Html Css Color HEX #D9AF5D Equator

📋 copy color: '#D9AF5D'

red 217 ◦ green 175 ◦ blue 93

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

Shades of Equator #D9AF5D

Tints of Equator #D9AF5D

RGB

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

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

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

R = 44.74%
G = 36.08%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9AF5D (or 0xD9AF5D) is known color: Equator. HEX triplet: D9, AF and 5D. RGB value is (217,175,93). Sum of RGB (Red+Green+Blue) = 217+175+93=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AF5D is #2650A2. Grayscale: #B2B2B2. Windows color (decimal): -2511011 or 6139865. OLE color: 6139865.

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

Color convert

RGB 217 175 93 -
CMYK 0 0.19 0.57 0.15
HSL 39.68º 0.62% 0.61% -
HSV(B) 39.68º 0.57% 0.85% -
XYZ 45.92 46.2 16.85 -
YUV 178.21 79.91 155.67 -
System Red Green Blue C M Y K H S L
Decimal 217 175 93 0 0.19 0.57 0.15 39.68 0.62 0.61
Hex D9 AF 5D 0 13 39 F 28 3E 3D
Octal 331 257 135 0 23 71 17 50 76 75
Binary 11011001 10101111 1011101 0 10011 111001 1111 101000 111110 111101

Color Harmonies of #D9AF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AF5D

Black with #D9AF5D

Text Example


Text Example

White with #D9AF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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