Color Hex Logo

#dda33b Color Hex

#DDA33B
(221,163,59)
0 Favorites   0 Comments

Color spaces of #dda33b

RGB 22116359
HSL0.110.700.55
HSV39°73°87°
CMYK 0.000.260.73   0.13
XYZ43.705441.88239.9182
Yxy41.88230.45760.4385
Hunter Lab64.71657.293536.2150
CIE-Lab70.789711.830959.6488

#dda33b color RGB value is (221,163,59).

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

The process color (four color CMYK) of #dda33b color hex is 0.00, 0.26, 0.73, 0.13. Web safe color of #dda33b is #cc9933. Color #dda33b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100011 00111011
Octal 335 243 73
Decimal 221 163 59
Hex DD A3 3B

RGB Percentages of Color #dda33b

%49.89
%36.79
%13.32

CMYK Percentages of Color #dda33b

%0
%26
%73
%13

Triadic Colors of #dda33b

#dda33b #3bdda3 #a33bdd

Analogous Colors of #dda33b

#dda33b #c6dd3b #dd523b

Monochromatic Colors of #dda33b

#dda33b

Complementary Color

#dda33b #3b75dd

#dda33b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda33b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda33b Color CSS Codes

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

#dda33b Text Font Color

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

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


#dda33b Background Color

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

This div background color is #dda33b


#dda33b Border Color

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

This div border color is #dda33b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda33b


Comments

No comments written yet.

Please login to write comment.