Color Hex Logo

#dddb14 Color Hex

#DDDB14
(221,219,20)
0 Favorites   0 Comments

Color spaces of #dddb14

RGB 22121920
HSL0.170.830.47
HSV59°91°87°
CMYK 0.000.010.91   0.13
XYZ55.276666.085710.5042
Yxy66.08570.41920.5012
Hunter Lab81.2931-20.888949.2441
CIE-Lab85.0401-18.164082.4800

#dddb14 color RGB value is (221,219,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011011 00010100
Octal 335 333 24
Decimal 221 219 20
Hex DD DB 14

RGB Percentages of Color #dddb14

%48.04
%47.61
%4.35

CMYK Percentages of Color #dddb14

%0
%1
%91
%13

Triadic Colors of #dddb14

#dddb14 #14dddb #db14dd

Analogous Colors of #dddb14

#dddb14 #7bdd14 #dd7714

Monochromatic Colors of #dddb14

#dddb14

Complementary Color

#dddb14 #1416dd

#dddb14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddb14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddb14 Color CSS Codes

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

#dddb14 Text Font Color

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

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


#dddb14 Background Color

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

This div background color is #dddb14


#dddb14 Border Color

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

This div border color is #dddb14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddb14


Comments

No comments written yet.

Please login to write comment.