Html Css Color HEX #D9AB64 Equator

📋 copy color: '#D9AB64'

red 217 ◦ green 171 ◦ blue 100

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

Shades of Equator #D9AB64

Tints of Equator #D9AB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.49%

R = 44.47%
G = 35.04%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D9AB64 (or 0xD9AB64) is known color: Equator. HEX triplet: D9, AB and 64. RGB value is (217,171,100). Sum of RGB (Red+Green+Blue) = 217+171+100=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 100 (39.45% from 255 or 20.49% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AB64 is #26549B. Grayscale: #B0B0B0. Windows color (decimal): -2512028 or 6597593. OLE color: 6597593.

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

Color convert

RGB 217 171 100 -
CMYK 0 0.21 0.54 0.15
HSL 36.41º 0.61% 0.62% -
HSV(B) 36.41º 0.54% 0.85% -
XYZ 45.48 44.8 18.31 -
YUV 176.66 84.74 156.77 -
System Red Green Blue C M Y K H S L
Decimal 217 171 100 0 0.21 0.54 0.15 36.41 0.61 0.62
Hex D9 AB 64 0 15 36 F 24 3D 3E
Octal 331 253 144 0 25 66 17 44 75 76
Binary 11011001 10101011 1100100 0 10101 110110 1111 100100 111101 111110

Color Harmonies of #D9AB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AB64

Black with #D9AB64

Text Example


Text Example

White with #D9AB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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