Html Css Color HEX #D9AE5D Equator

📋 copy color: '#D9AE5D'

red 217 ◦ green 174 ◦ blue 93

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

Shades of Equator #D9AE5D

Tints of Equator #D9AE5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.21%

R = 44.83%
G = 35.95%
B = 19.21%

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

#D9AE5D (or 0xD9AE5D) is known color: Equator. HEX triplet: D9, AE and 5D. RGB value is (217,174,93). Sum of RGB (Red+Green+Blue) = 217+174+93=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AE5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AE5D is #2651A2. Grayscale: #B1B1B1. Windows color (decimal): -2511267 or 6139609. OLE color: 6139609.

HSL color Cylindrical-coordinate representation of color #D9AE5D: hue angle of 39.19º 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 #D9AE5D is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 174 93 -
CMYK 0 0.20 0.57 0.15
HSL 39.19º 0.62% 0.61% -
HSV(B) 39.19º 0.57% 0.85% -
XYZ 45.73 45.81 16.79 -
YUV 177.62 80.25 156.09 -
System Red Green Blue C M Y K H S L
Decimal 217 174 93 0 0.20 0.57 0.15 39.19 0.62 0.61
Hex D9 AE 5D 0 14 39 F 27 3E 3D
Octal 331 256 135 0 24 71 17 47 76 75
Binary 11011001 10101110 1011101 0 10100 111001 1111 100111 111110 111101

Color Harmonies of #D9AE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AE5D

Black with #D9AE5D

Text Example


Text Example

White with #D9AE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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