Color Hex Logo

#ddd33b Color Hex

#DDD33B
(221,211,59)
0 Favorites   0 Comments

Color spaces of #ddd33b

RGB 22121159
HSL0.160.700.55
HSV56°73°87°
CMYK 0.000.050.73   0.13
XYZ53.902562.276513.3173
Yxy62.27650.41620.4809
Hunter Lab78.9155-16.179245.2354
CIE-Lab83.0602-13.117471.5165

#ddd33b color RGB value is (221,211,59).

#ddd33b hex color red value is 221, green value is 211 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ddd33b hue: 0.16 , saturation: 0.70 and the lightness value of ddd33b is 0.55.

The process color (four color CMYK) of #ddd33b color hex is 0.00, 0.05, 0.73, 0.13. Web safe color of #ddd33b is #cccc33. Color #ddd33b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010011 00111011
Octal 335 323 73
Decimal 221 211 59
Hex DD D3 3B

RGB Percentages of Color #ddd33b

%45.01
%42.97
%12.02

CMYK Percentages of Color #ddd33b

%0
%5
%73
%13

Triadic Colors of #ddd33b

#ddd33b #3bddd3 #d33bdd

Analogous Colors of #ddd33b

#ddd33b #96dd3b #dd823b

Monochromatic Colors of #ddd33b

#ddd33b

Complementary Color

#ddd33b #3b45dd

#ddd33b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd33b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd33b Color CSS Codes

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

#ddd33b Text Font Color

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

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


#ddd33b Background Color

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

This div background color is #ddd33b


#ddd33b Border Color

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

This div border color is #ddd33b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd33b


Comments

No comments written yet.

Please login to write comment.