Html Css Color HEX #D9AB5F Equator

📋 copy color: '#D9AB5F'

red 217 ◦ green 171 ◦ blue 95

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

Shades of Equator #D9AB5F

Tints of Equator #D9AB5F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.4%

 BLUE value IS 95 (37.5% from 255) = 19.67%

R = 44.93%
G = 35.4%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D9AB5F (or 0xD9AB5F) is known color: Equator. HEX triplet: D9, AB and 5F. RGB value is (217,171,95). Sum of RGB (Red+Green+Blue) = 217+171+95=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 95 (37.5% from 255 or 19.67% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AB5F is #2654A0. Grayscale: #B0B0B0. Windows color (decimal): -2512033 or 6269913. OLE color: 6269913.

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

Color convert

RGB 217 171 95 -
CMYK 0 0.21 0.56 0.15
HSL 37.38º 0.62% 0.61% -
HSV(B) 37.38º 0.56% 0.85% -
XYZ 45.24 44.7 17.07 -
YUV 176.09 82.24 157.18 -
System Red Green Blue C M Y K H S L
Decimal 217 171 95 0 0.21 0.56 0.15 37.38 0.62 0.61
Hex D9 AB 5F 0 15 38 F 25 3E 3D
Octal 331 253 137 0 25 70 17 45 76 75
Binary 11011001 10101011 1011111 0 10101 111000 1111 100101 111110 111101

Color Harmonies of #D9AB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AB5F

Black with #D9AB5F

Text Example


Text Example

White with #D9AB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AB5F; }

 p { color: rgb(217,171,95); }

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

background-color css

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

 a { background-color: rgb(217,171,95); }

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

border-color css

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

 span { border-color: rgb(217,171,95); }

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