Html Css Color HEX #DDAE66 Equator

📋 copy color: '#DDAE66'

red 221 ◦ green 174 ◦ blue 102

#DDAE66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Equator #DDAE66

Tints of Equator #DDAE66

RGB

 RED value IS 221 (86.72% from 255) = 44.47%

 GREEN value IS 174 (68.36% from 255) = 35.01%

 BLUE value IS 102 (40.23% from 255) = 20.52%

R = 44.47%
G = 35.01%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DDAE66 (or 0xDDAE66) is known color: Equator. HEX triplet: DD, AE and 66. RGB value is (221,174,102). Sum of RGB (Red+Green+Blue) = 221+174+102=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 102 (40.23% from 255 or 20.52% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAE66 is #225199. Grayscale: #B4B4B4. Windows color (decimal): -2249114 or 6729437. OLE color: 6729437.

HSL color Cylindrical-coordinate representation of color #DDAE66: hue angle of 36.3º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDAE66 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 174 102 -
CMYK 0 0.21 0.54 0.13
HSL 36.3º 0.64% 0.63% -
HSV(B) 36.3º 0.54% 0.87% -
XYZ 47.35 46.6 19.07 -
YUV 179.85 84.07 157.35 -
System Red Green Blue C M Y K H S L
Decimal 221 174 102 0 0.21 0.54 0.13 36.3 0.64 0.63
Hex DD AE 66 0 15 36 D 24 40 3F
Octal 335 256 146 0 25 66 15 44 100 77
Binary 11011101 10101110 1100110 0 10101 110110 1101 100100 1000000 111111

Color Harmonies of #DDAE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE66

Black with #DDAE66

Text Example


Text Example

White with #DDAE66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE66; }

 p { color: rgb(221,174,102); }

 H1.HeaderClassName
 {
   color: #DDAE66;
 }
 .AnyTagClassName
 {
   color: #DDAE66;
 }
</style>

background-color css

<style>
 a { background-color: #DDAE66; }

 a { background-color: rgb(221,174,102); }

 div.DivClassName
 {
   background-color: #DDAE66;
 }
 .BgClassName
 {
   background-color: #DDAE66;
 }
</style>

border-color css

<style>
 span { border-color: #DDAE66; }

 span { border-color: rgb(221,174,102); }

 td.TdClassName
 {
   border-color: #DDAE66;
 }
 .TagClassName
 {
   border-color: #DDAE66;
 }
</style>