Color Hex Logo

#ddbc14 Color Hex

#DDBC14
(221,188,20)
0 Favorites   0 Comments

Color spaces of #ddbc14

RGB 22118820
HSL0.140.830.47
HSV50°91°87°
CMYK 0.000.150.91   0.13
XYZ47.928351.38918.0548
Yxy51.38910.44640.4786
Hunter Lab71.6862-6.108443.5184
CIE-Lab76.9141-2.518076.2388

#ddbc14 color RGB value is (221,188,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 00010100
Octal 335 274 24
Decimal 221 188 20
Hex DD BC 14

RGB Percentages of Color #ddbc14

%51.52
%43.82
%4.66

CMYK Percentages of Color #ddbc14

%0
%15
%91
%13

Triadic Colors of #ddbc14

#ddbc14 #14ddbc #bc14dd

Analogous Colors of #ddbc14

#ddbc14 #9add14 #dd5814

Monochromatic Colors of #ddbc14

#ddbc14

Complementary Color

#ddbc14 #1435dd

#ddbc14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbc14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbc14 Color CSS Codes

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

#ddbc14 Text Font Color

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

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


#ddbc14 Background Color

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

This div background color is #ddbc14


#ddbc14 Border Color

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

This div border color is #ddbc14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbc14


Comments

No comments written yet.

Please login to write comment.