Color Hex Logo

#ddd633 Color Hex

#DDD633
(221,214,51)
0 Favorites   0 Comments

Color spaces of #ddd633

RGB 22121451
HSL0.160.710.53
HSV58°77°87°
CMYK 0.000.030.77   0.13
XYZ54.462963.704312.5576
Yxy63.70430.41660.4873
Hunter Lab79.8150-17.874246.5422
CIE-Lab83.8116-14.926674.7368

#ddd633 color RGB value is (221,214,51).

#ddd633 hex color red value is 221, green value is 214 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #ddd633 hue: 0.16 , saturation: 0.71 and the lightness value of ddd633 is 0.53.

The process color (four color CMYK) of #ddd633 color hex is 0.00, 0.03, 0.77, 0.13. Web safe color of #ddd633 is #cccc33. Color #ddd633 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010110 00110011
Octal 335 326 63
Decimal 221 214 51
Hex DD D6 33

RGB Percentages of Color #ddd633

%45.47
%44.03
%10.49

CMYK Percentages of Color #ddd633

%0
%3
%77
%13

Triadic Colors of #ddd633

#ddd633 #33ddd6 #d633dd

Analogous Colors of #ddd633

#ddd633 #8fdd33 #dd8133

Monochromatic Colors of #ddd633

#ddd633

Complementary Color

#ddd633 #333add

#ddd633 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd633 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd633 Color CSS Codes

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

#ddd633 Text Font Color

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

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


#ddd633 Background Color

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

This div background color is #ddd633


#ddd633 Border Color

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

This div border color is #ddd633


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd633


Comments

No comments written yet.

Please login to write comment.