Html Css Color HEX #DDAE65 Equator

📋 copy color: '#DDAE65'

red 221 ◦ green 174 ◦ blue 101

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

Shades of Equator #DDAE65

Tints of Equator #DDAE65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.36%

R = 44.56%
G = 35.08%
B = 20.36%

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

#DDAE65 (or 0xDDAE65) is known color: Equator. HEX triplet: DD, AE and 65. RGB value is (221,174,101). Sum of RGB (Red+Green+Blue) = 221+174+101=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 101 (39.84% from 255 or 20.36% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAE65 is #22519A. Grayscale: #B4B4B4. Windows color (decimal): -2249115 or 6663901. OLE color: 6663901.

HSL color Cylindrical-coordinate representation of color #DDAE65: hue angle of 36.5º 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 #DDAE65 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 174 101 -
CMYK 0 0.21 0.54 0.13
HSL 36.5º 0.64% 0.63% -
HSV(B) 36.5º 0.54% 0.87% -
XYZ 47.3 46.58 18.81 -
YUV 179.73 83.57 157.44 -
System Red Green Blue C M Y K H S L
Decimal 221 174 101 0 0.21 0.54 0.13 36.5 0.64 0.63
Hex DD AE 65 0 15 36 D 24 40 3F
Octal 335 256 145 0 25 66 15 44 100 77
Binary 11011101 10101110 1100101 0 10101 110110 1101 100100 1000000 111111

Color Harmonies of #DDAE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE65

Black with #DDAE65

Text Example


Text Example

White with #DDAE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE65; }

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

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

background-color css

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

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

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

border-color css

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

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

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