Html Css Color HEX #D9AE63 Equator

📋 copy color: '#D9AE63'

red 217 ◦ green 174 ◦ blue 99

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

Shades of Equator #D9AE63

Tints of Equator #D9AE63

RGB

 RED value IS 217 (85.16% from 255) = 44.29%

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

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

R = 44.29%
G = 35.51%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D9AE63 (or 0xD9AE63) is known color: Equator. HEX triplet: D9, AE and 63. RGB value is (217,174,99). Sum of RGB (Red+Green+Blue) = 217+174+99=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 99 (39.06% from 255 or 20.20% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AE63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AE63 is #26519C. Grayscale: #B2B2B2. Windows color (decimal): -2511261 or 6532825. OLE color: 6532825.

HSL color Cylindrical-coordinate representation of color #D9AE63: hue angle of 38.14º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D9AE63 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 174 99 -
CMYK 0 0.20 0.54 0.15
HSL 38.14º 0.61% 0.62% -
HSV(B) 38.14º 0.54% 0.85% -
XYZ 46 45.92 18.24 -
YUV 178.31 83.25 155.6 -
System Red Green Blue C M Y K H S L
Decimal 217 174 99 0 0.20 0.54 0.15 38.14 0.61 0.62
Hex D9 AE 63 0 14 36 F 26 3D 3E
Octal 331 256 143 0 24 66 17 46 75 76
Binary 11011001 10101110 1100011 0 10100 110110 1111 100110 111101 111110

Color Harmonies of #D9AE63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AE63

Black with #D9AE63

Text Example


Text Example

White with #D9AE63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AE63; }

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

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

background-color css

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

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

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

border-color css

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

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

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