Color Hex Logo

#dda64b Color Hex

#DDA64B
(221,166,75)
0 Favorites   0 Comments

Color spaces of #dda64b

RGB 22116675
HSL0.100.680.58
HSV37°66°87°
CMYK 0.000.250.66   0.13
XYZ44.725043.152612.6286
Yxy43.15260.44500.4294
Hunter Lab65.69066.571834.5853
CIE-Lab71.658411.064453.5999

#dda64b color RGB value is (221,166,75).

#dda64b hex color red value is 221, green value is 166 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #dda64b hue: 0.10 , saturation: 0.68 and the lightness value of dda64b is 0.58.

The process color (four color CMYK) of #dda64b color hex is 0.00, 0.25, 0.66, 0.13. Web safe color of #dda64b is #cc9933. Color #dda64b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100110 01001011
Octal 335 246 113
Decimal 221 166 75
Hex DD A6 4B

RGB Percentages of Color #dda64b

%47.84
%35.93
%16.23

CMYK Percentages of Color #dda64b

%0
%25
%66
%13

Triadic Colors of #dda64b

#dda64b #4bdda6 #a64bdd

Analogous Colors of #dda64b

#dda64b #cbdd4b #dd5d4b

Monochromatic Colors of #dda64b

#dda64b

Complementary Color

#dda64b #4b82dd

#dda64b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda64b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda64b Color CSS Codes

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

#dda64b Text Font Color

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

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


#dda64b Background Color

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

This div background color is #dda64b


#dda64b Border Color

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

This div border color is #dda64b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda64b


Comments

No comments written yet.

Please login to write comment.