Color Hex Logo

#ddd813 Color Hex

#DDD813
(221,216,19)
0 Favorites   0 Comments

Color spaces of #ddd813

RGB 22121619
HSL0.160.840.47
HSV59°91°87°
CMYK 0.000.020.91   0.13
XYZ54.492264.530910.1998
Yxy64.53090.42170.4994
Hunter Lab80.3311-19.494948.7036
CIE-Lab84.2414-16.704981.9977

#ddd813 color RGB value is (221,216,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011000 00010011
Octal 335 330 23
Decimal 221 216 19
Hex DD D8 13

RGB Percentages of Color #ddd813

%48.46
%47.37
%4.17

CMYK Percentages of Color #ddd813

%0
%2
%91
%13

Triadic Colors of #ddd813

#ddd813 #13ddd8 #d813dd

Analogous Colors of #ddd813

#ddd813 #7ddd13 #dd7313

Monochromatic Colors of #ddd813

#ddd813

Complementary Color

#ddd813 #1318dd

#ddd813 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd813 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd813 Color CSS Codes

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

#ddd813 Text Font Color

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

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


#ddd813 Background Color

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

This div background color is #ddd813


#ddd813 Border Color

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

This div border color is #ddd813


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd813


Comments

No comments written yet.

Please login to write comment.