Color Hex Logo

#ddb013 Color Hex

#DDB013
(221,176,19)
0 Favorites   0 Comments

Color spaces of #ddb013

RGB 22117619
HSL0.130.840.47
HSV47°91°87°
CMYK 0.000.200.91   0.13
XYZ45.461746.46987.1896
Yxy46.46980.45860.4688
Hunter Lab68.1688-0.253841.4650
CIE-Lab73.84933.744474.0754

#ddb013 color RGB value is (221,176,19).

#ddb013 hex color red value is 221, green value is 176 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #ddb013 hue: 0.13 , saturation: 0.84 and the lightness value of ddb013 is 0.47.

The process color (four color CMYK) of #ddb013 color hex is 0.00, 0.20, 0.91, 0.13. Web safe color of #ddb013 is #cc9900. Color #ddb013 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110000 00010011
Octal 335 260 23
Decimal 221 176 19
Hex DD B0 13

RGB Percentages of Color #ddb013

%53.13
%42.31
%4.57

CMYK Percentages of Color #ddb013

%0
%20
%91
%13

Triadic Colors of #ddb013

#ddb013 #13ddb0 #b013dd

Analogous Colors of #ddb013

#ddb013 #a5dd13 #dd4b13

Monochromatic Colors of #ddb013

#ddb013

Complementary Color

#ddb013 #1340dd

#ddb013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb013 Color CSS Codes

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

#ddb013 Text Font Color

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

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


#ddb013 Background Color

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

This div background color is #ddb013


#ddb013 Border Color

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

This div border color is #ddb013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb013


Comments

No comments written yet.

Please login to write comment.