Html Css Color HEX #D8AB61 Equator

📋 copy color: '#D8AB61'

red 216 ◦ green 171 ◦ blue 97

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

Shades of Equator #D8AB61

Tints of Equator #D8AB61

RGB

 RED value IS 216 (84.77% from 255) = 44.63%

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

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

R = 44.63%
G = 35.33%
B = 20.04%

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

#D8AB61 (or 0xD8AB61) is known color: Equator. HEX triplet: D8, AB and 61. RGB value is (216,171,97). Sum of RGB (Red+Green+Blue) = 216+171+97=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 97 (38.28% from 255 or 20.04% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AB61 is #27549E. Grayscale: #B0B0B0. Windows color (decimal): -2577567 or 6400984. OLE color: 6400984.

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

Color convert

RGB 216 171 97 -
CMYK 0 0.21 0.55 0.15
HSL 37.31º 0.6% 0.61% -
HSV(B) 37.31º 0.55% 0.85% -
XYZ 45.04 44.59 17.54 -
YUV 176.02 83.41 156.52 -
System Red Green Blue C M Y K H S L
Decimal 216 171 97 0 0.21 0.55 0.15 37.31 0.6 0.61
Hex D8 AB 61 0 15 37 F 25 3C 3D
Octal 330 253 141 0 25 67 17 45 74 75
Binary 11011000 10101011 1100001 0 10101 110111 1111 100101 111100 111101

Color Harmonies of #D8AB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AB61

Black with #D8AB61

Text Example


Text Example

White with #D8AB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AB61; }

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

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

background-color css

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

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

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

border-color css

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

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

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