Html Css Color HEX #D9AE5B Equator

📋 copy color: '#D9AE5B'

red 217 ◦ green 174 ◦ blue 91

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

Shades of Equator #D9AE5B

Tints of Equator #D9AE5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.88%

R = 45.02%
G = 36.1%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9AE5B (or 0xD9AE5B) is known color: Equator. HEX triplet: D9, AE and 5B. RGB value is (217,174,91). Sum of RGB (Red+Green+Blue) = 217+174+91=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 91 (35.94% from 255 or 18.88% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AE5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AE5B is #2651A4. Grayscale: #B1B1B1. Windows color (decimal): -2511269 or 6008537. OLE color: 6008537.

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

Color convert

RGB 217 174 91 -
CMYK 0 0.20 0.58 0.15
HSL 39.52º 0.62% 0.6% -
HSV(B) 39.52º 0.58% 0.85% -
XYZ 45.64 45.78 16.33 -
YUV 177.4 79.25 156.25 -
System Red Green Blue C M Y K H S L
Decimal 217 174 91 0 0.20 0.58 0.15 39.52 0.62 0.6
Hex D9 AE 5B 0 14 3A F 28 3E 3C
Octal 331 256 133 0 24 72 17 50 76 74
Binary 11011001 10101110 1011011 0 10100 111010 1111 101000 111110 111100

Color Harmonies of #D9AE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AE5B

Black with #D9AE5B

Text Example


Text Example

White with #D9AE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AE5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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