Color Hex Logo

#ddd803 Color Hex

#DDD803
(221,216,3)
0 Favorites   0 Comments

Color spaces of #ddd803

RGB 2212163
HSL0.160.970.44
HSV59°99°87°
CMYK 0.000.020.99   0.13
XYZ54.391164.49059.6673
Yxy64.49050.42310.5017
Hunter Lab80.3060-19.637749.0768
CIE-Lab84.2205-16.871883.5706

#ddd803 color RGB value is (221,216,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011000 00000011
Octal 335 330 3
Decimal 221 216 3
Hex DD D8 3

RGB Percentages of Color #ddd803

%50.23
%49.09
%0.68

CMYK Percentages of Color #ddd803

%0
%2
%99
%13

Triadic Colors of #ddd803

#ddd803 #03ddd8 #d803dd

Analogous Colors of #ddd803

#ddd803 #75dd03 #dd6b03

Monochromatic Colors of #ddd803

#ddd803

Complementary Color

#ddd803 #0308dd

#ddd803 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd803 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd803 Color CSS Codes

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

#ddd803 Text Font Color

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

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


#ddd803 Background Color

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

This div background color is #ddd803


#ddd803 Border Color

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

This div border color is #ddd803


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd803


Comments

No comments written yet.

Please login to write comment.