Html Css Color HEX #D9AF5C Equator

📋 copy color: '#D9AF5C'

red 217 ◦ green 175 ◦ blue 92

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

Shades of Equator #D9AF5C

Tints of Equator #D9AF5C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.16%

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

R = 44.83%
G = 36.16%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9AF5C (or 0xD9AF5C) is known color: Equator. HEX triplet: D9, AF and 5C. RGB value is (217,175,92). Sum of RGB (Red+Green+Blue) = 217+175+92=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 92 (36.33% from 255 or 19.01% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AF5C is #2650A3. Grayscale: #B2B2B2. Windows color (decimal): -2511012 or 6074329. OLE color: 6074329.

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

Color convert

RGB 217 175 92 -
CMYK 0 0.19 0.58 0.15
HSL 39.84º 0.62% 0.61% -
HSV(B) 39.84º 0.58% 0.85% -
XYZ 45.88 46.18 16.62 -
YUV 178.1 79.41 155.75 -
System Red Green Blue C M Y K H S L
Decimal 217 175 92 0 0.19 0.58 0.15 39.84 0.62 0.61
Hex D9 AF 5C 0 13 3A F 28 3E 3D
Octal 331 257 134 0 23 72 17 50 76 75
Binary 11011001 10101111 1011100 0 10011 111010 1111 101000 111110 111101

Color Harmonies of #D9AF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AF5C

Black with #D9AF5C

Text Example


Text Example

White with #D9AF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AF5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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