Html Css Color HEX #D9AB61 Equator

📋 copy color: '#D9AB61'

red 217 ◦ green 171 ◦ blue 97

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

Shades of Equator #D9AB61

Tints of Equator #D9AB61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20%

R = 44.74%
G = 35.26%
B = 20%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D9AB61 (or 0xD9AB61) is known color: Equator. HEX triplet: D9, AB and 61. RGB value is (217,171,97). Sum of RGB (Red+Green+Blue) = 217+171+97=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 97 (38.28% from 255 or 20% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AB61 is #26549E. Grayscale: #B0B0B0. Windows color (decimal): -2512031 or 6400985. OLE color: 6400985.

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

Color convert

RGB 217 171 97 -
CMYK 0 0.21 0.55 0.15
HSL 37º 0.61% 0.62% -
HSV(B) 37º 0.55% 0.85% -
XYZ 45.34 44.74 17.56 -
YUV 176.32 83.24 157.02 -
System Red Green Blue C M Y K H S L
Decimal 217 171 97 0 0.21 0.55 0.15 37 0.61 0.62
Hex D9 AB 61 0 15 37 F 25 3D 3E
Octal 331 253 141 0 25 67 17 45 75 76
Binary 11011001 10101011 1100001 0 10101 110111 1111 100101 111101 111110

Color Harmonies of #D9AB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AB61

Black with #D9AB61

Text Example


Text Example

White with #D9AB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AB61; }

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

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

background-color css

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

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

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

border-color css

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

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

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