Html Css Color HEX #D9AB62 Equator

📋 copy color: '#D9AB62'

red 217 ◦ green 171 ◦ blue 98

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

Shades of Equator #D9AB62

Tints of Equator #D9AB62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.16%

R = 44.65%
G = 35.19%
B = 20.16%

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

#D9AB62 (or 0xD9AB62) is known color: Equator. HEX triplet: D9, AB and 62. RGB value is (217,171,98). Sum of RGB (Red+Green+Blue) = 217+171+98=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 98 (38.67% from 255 or 20.16% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AB62 is #26549D. Grayscale: #B0B0B0. Windows color (decimal): -2512030 or 6466521. OLE color: 6466521.

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

Color convert

RGB 217 171 98 -
CMYK 0 0.21 0.55 0.15
HSL 36.81º 0.61% 0.62% -
HSV(B) 36.81º 0.55% 0.85% -
XYZ 45.38 44.76 17.8 -
YUV 176.43 83.74 156.94 -
System Red Green Blue C M Y K H S L
Decimal 217 171 98 0 0.21 0.55 0.15 36.81 0.61 0.62
Hex D9 AB 62 0 15 37 F 25 3D 3E
Octal 331 253 142 0 25 67 17 45 75 76
Binary 11011001 10101011 1100010 0 10101 110111 1111 100101 111101 111110

Color Harmonies of #D9AB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AB62

Black with #D9AB62

Text Example


Text Example

White with #D9AB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AB62; }

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

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

background-color css

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

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

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

border-color css

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

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

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