Html Css Color HEX #D9AE5C Equator

📋 copy color: '#D9AE5C'

red 217 ◦ green 174 ◦ blue 92

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

Shades of Equator #D9AE5C

Tints of Equator #D9AE5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.05%

R = 44.93%
G = 36.02%
B = 19.05%

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

#D9AE5C (or 0xD9AE5C) is known color: Equator. HEX triplet: D9, AE and 5C. RGB value is (217,174,92). Sum of RGB (Red+Green+Blue) = 217+174+92=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 92 (36.33% from 255 or 19.05% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AE5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AE5C is #2651A3. Grayscale: #B1B1B1. Windows color (decimal): -2511268 or 6074073. OLE color: 6074073.

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

Color convert

RGB 217 174 92 -
CMYK 0 0.20 0.58 0.15
HSL 39.36º 0.62% 0.61% -
HSV(B) 39.36º 0.58% 0.85% -
XYZ 45.68 45.8 16.56 -
YUV 177.51 79.75 156.17 -
System Red Green Blue C M Y K H S L
Decimal 217 174 92 0 0.20 0.58 0.15 39.36 0.62 0.61
Hex D9 AE 5C 0 14 3A F 27 3E 3D
Octal 331 256 134 0 24 72 17 47 76 75
Binary 11011001 10101110 1011100 0 10100 111010 1111 100111 111110 111101

Color Harmonies of #D9AE5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AE5C

Black with #D9AE5C

Text Example


Text Example

White with #D9AE5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AE5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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