Color Hex Logo

#ddbb15 Color Hex

#DDBB15
(221,187,21)
0 Favorites   0 Comments

Color spaces of #ddbb15

RGB 22118721
HSL0.140.830.47
HSV50°90°87°
CMYK 0.000.150.90   0.13
XYZ47.724550.96698.0317
Yxy50.96690.44720.4776
Hunter Lab71.3911-5.608343.3035
CIE-Lab76.6590-1.983175.8793

#ddbb15 color RGB value is (221,187,21).

#ddbb15 hex color red value is 221, green value is 187 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #ddbb15 hue: 0.14 , saturation: 0.83 and the lightness value of ddbb15 is 0.47.

The process color (four color CMYK) of #ddbb15 color hex is 0.00, 0.15, 0.90, 0.13. Web safe color of #ddbb15 is #cccc00. Color #ddbb15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 00010101
Octal 335 273 25
Decimal 221 187 21
Hex DD BB 15

RGB Percentages of Color #ddbb15

%51.52
%43.59
%4.90

CMYK Percentages of Color #ddbb15

%0
%15
%90
%13

Triadic Colors of #ddbb15

#ddbb15 #15ddbb #bb15dd

Analogous Colors of #ddbb15

#ddbb15 #9bdd15 #dd5715

Monochromatic Colors of #ddbb15

#ddbb15

Complementary Color

#ddbb15 #1537dd

#ddbb15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbb15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbb15 Color CSS Codes

.mybgcolor {background-color:#ddbb15; } 
.myforecolor {color:#ddbb15; }
.mybordercolor {border:3px solid #ddbb15; }

#ddbb15 Text Font Color

<p style="color:#ddbb15">Text here</p>

This sample text font color is #ddbb15
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddbb15 Background Color

<div style="background-color:#ddbb15">
Div content here</div>

This div background color is #ddbb15


#ddbb15 Border Color

<div style="border:3px solid #ddbb15">
Div here</div>

This div border color is #ddbb15


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,187,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddbb15; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddbb15;
  -webkit-box-shadow: 1px 1px 3px 2px #ddbb15;
  box-shadow:         1px 1px 3px 2px #ddbb15; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,187,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddbb15">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddbb15;
  -webkit-box-shadow: 1px 1px 3px 2px #ddbb15;
  box-shadow:         1px 1px 3px 2px #ddbb15;">
Div content here</div>

This div box has shadow with color #ddbb15


Comments

No comments written yet.

Please login to write comment.