Html Css Color HEX #D9AE5E Equator

📋 copy color: '#D9AE5E'

red 217 ◦ green 174 ◦ blue 94

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

Shades of Equator #D9AE5E

Tints of Equator #D9AE5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.38%

R = 44.74%
G = 35.88%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9AE5E (or 0xD9AE5E) is known color: Equator. HEX triplet: D9, AE and 5E. RGB value is (217,174,94). Sum of RGB (Red+Green+Blue) = 217+174+94=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 94 (37.11% from 255 or 19.38% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AE5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AE5E is #2651A1. Grayscale: #B2B2B2. Windows color (decimal): -2511266 or 6205145. OLE color: 6205145.

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

Color convert

RGB 217 174 94 -
CMYK 0 0.20 0.57 0.15
HSL 39.02º 0.62% 0.61% -
HSV(B) 39.02º 0.57% 0.85% -
XYZ 45.77 45.83 17.02 -
YUV 177.74 80.75 156 -
System Red Green Blue C M Y K H S L
Decimal 217 174 94 0 0.20 0.57 0.15 39.02 0.62 0.61
Hex D9 AE 5E 0 14 39 F 27 3E 3D
Octal 331 256 136 0 24 71 17 47 76 75
Binary 11011001 10101110 1011110 0 10100 111001 1111 100111 111110 111101

Color Harmonies of #D9AE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AE5E

Black with #D9AE5E

Text Example


Text Example

White with #D9AE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AE5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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