Color Hex Logo

#ddbc15 Color Hex

#DDBC15
(221,188,21)
0 Favorites   0 Comments

Color spaces of #ddbc15

RGB 22118821
HSL0.140.830.47
HSV50°90°87°
CMYK 0.000.150.90   0.13
XYZ47.937451.39278.1027
Yxy51.39270.44620.4784
Hunter Lab71.6887-6.094443.4808
CIE-Lab76.9163-2.502276.0765

#ddbc15 color RGB value is (221,188,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 00010101
Octal 335 274 25
Decimal 221 188 21
Hex DD BC 15

RGB Percentages of Color #ddbc15

%51.40
%43.72
%4.88

CMYK Percentages of Color #ddbc15

%0
%15
%90
%13

Triadic Colors of #ddbc15

#ddbc15 #15ddbc #bc15dd

Analogous Colors of #ddbc15

#ddbc15 #9add15 #dd5815

Monochromatic Colors of #ddbc15

#ddbc15

Complementary Color

#ddbc15 #1536dd

#ddbc15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbc15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbc15 Color CSS Codes

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

#ddbc15 Text Font Color

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

This sample text font color is #ddbc15
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.


#ddbc15 Background Color

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

This div background color is #ddbc15


#ddbc15 Border Color

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

This div border color is #ddbc15


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,188,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 #ddbc15">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbc15


Comments

No comments written yet.

Please login to write comment.