Html Css Color HEX #DDAE63 Equator

📋 copy color: '#DDAE63'

red 221 ◦ green 174 ◦ blue 99

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

Shades of Equator #DDAE63

Tints of Equator #DDAE63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.04%

R = 44.74%
G = 35.22%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDAE63 (or 0xDDAE63) is known color: Equator. HEX triplet: DD, AE and 63. RGB value is (221,174,99). Sum of RGB (Red+Green+Blue) = 221+174+99=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 99 (39.06% from 255 or 20.04% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAE63 is #22519C. Grayscale: #B3B3B3. Windows color (decimal): -2249117 or 6532829. OLE color: 6532829.

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

Color convert

RGB 221 174 99 -
CMYK 0 0.21 0.55 0.13
HSL 36.89º 0.64% 0.63% -
HSV(B) 36.89º 0.55% 0.87% -
XYZ 47.21 46.55 18.3 -
YUV 179.5 82.57 157.6 -
System Red Green Blue C M Y K H S L
Decimal 221 174 99 0 0.21 0.55 0.13 36.89 0.64 0.63
Hex DD AE 63 0 15 37 D 25 40 3F
Octal 335 256 143 0 25 67 15 45 100 77
Binary 11011101 10101110 1100011 0 10101 110111 1101 100101 1000000 111111

Color Harmonies of #DDAE63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE63

Black with #DDAE63

Text Example


Text Example

White with #DDAE63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE63; }

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

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

background-color css

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

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

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

border-color css

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

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

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