#D8B55A

Color #D8B55A Equator (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Equator #D8B55A

Tints of Equator #D8B55A

Color information

#D8B55A (or 0xD8B55A) is unknown color: approx Equator. HEX triplet: D8, B5 and 5A. RGB value is (216,181,90). Sum of RGB (Red+Green+Blue) = 216+181+90=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 90 (35.55% from 255 or 18.48% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B55A is #274AA5. Grayscale: #B5B5B5. Windows color (decimal): -2575014 or 5944792. OLE color: 5944792.

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

Color convert

RGB21618190-
CMYK00.160.580.15
HSL43.33º61.76%60%-
HSV(B)43.33º58.33%84.71%-
XYZ46.6948.3816.55-
YUV181.0976.6152.9-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.35%
GREEN value IS 181 (71.09% from 255) = 37.17%
BLUE value IS 90 (35.55% from 255) = 18.48%
R=44.35%
G=37.17%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161819000.160.580.1543.3361.7660
HexD8B55A0103AF2b3e3c
Octal3302651320207217537674
Binary110110001011010110110100100001110101111101011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B55A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B55A; }

 p { color: rgb(216,181,90); }

 H1.HeaderClassName
 {
   color: #D8B55A;
 }
 .AnyTagClassName
 {
   color: #D8B55A;
 }
</style>
background-color css

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

 a { background-color: rgb(216,181,90); }

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

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

 span { border-color: rgb(216,181,90); }

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