Html Css Color HEX #D9AB60 Equator

📋 copy color: '#D9AB60'

red 217 ◦ green 171 ◦ blue 96

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

Shades of Equator #D9AB60

Tints of Equator #D9AB60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.83%

R = 44.83%
G = 35.33%
B = 19.83%

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

#D9AB60 (or 0xD9AB60) is known color: Equator. HEX triplet: D9, AB and 60. RGB value is (217,171,96). Sum of RGB (Red+Green+Blue) = 217+171+96=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 96 (37.89% from 255 or 19.83% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AB60 is #26549F. Grayscale: #B0B0B0. Windows color (decimal): -2512032 or 6335449. OLE color: 6335449.

HSL color Cylindrical-coordinate representation of color #D9AB60: hue angle of 37.19º degrees, saturation: 0.61, 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 #D9AB60 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 171 96 -
CMYK 0 0.21 0.56 0.15
HSL 37.19º 0.61% 0.61% -
HSV(B) 37.19º 0.56% 0.85% -
XYZ 45.29 44.72 17.31 -
YUV 176.2 82.74 157.1 -
System Red Green Blue C M Y K H S L
Decimal 217 171 96 0 0.21 0.56 0.15 37.19 0.61 0.61
Hex D9 AB 60 0 15 38 F 25 3D 3D
Octal 331 253 140 0 25 70 17 45 75 75
Binary 11011001 10101011 1100000 0 10101 111000 1111 100101 111101 111101

Color Harmonies of #D9AB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AB60

Black with #D9AB60

Text Example


Text Example

White with #D9AB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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