Color Hex Logo

#dda650 Color Hex

#DDA650
(221,166,80)
0 Favorites   0 Comments

Color spaces of #dda650

RGB 22116680
HSL0.100.670.59
HSV37°64°87°
CMYK 0.000.250.64   0.13
XYZ44.903043.223813.5658
Yxy43.22380.44160.4250
Hunter Lab65.74486.860233.7875
CIE-Lab71.706611.372051.3276

#dda650 color RGB value is (221,166,80).

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

The process color (four color CMYK) of #dda650 color hex is 0.00, 0.25, 0.64, 0.13. Web safe color of #dda650 is #cc9966. Color #dda650 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100110 01010000
Octal 335 246 120
Decimal 221 166 80
Hex DD A6 50

RGB Percentages of Color #dda650

%47.32
%35.55
%17.13

CMYK Percentages of Color #dda650

%0
%25
%64
%13

Triadic Colors of #dda650

#dda650 #50dda6 #a650dd

Analogous Colors of #dda650

#dda650 #cedd50 #dd6050

Monochromatic Colors of #dda650

#dda650

Complementary Color

#dda650 #5087dd

#dda650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda650 Color CSS Codes

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

#dda650 Text Font Color

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

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


#dda650 Background Color

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

This div background color is #dda650


#dda650 Border Color

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

This div border color is #dda650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda650


Comments

No comments written yet.

Please login to write comment.