#D8B564

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

Shades of Equator #D8B564

Tints of Equator #D8B564

Color information

#D8B564 (or 0xD8B564) is unknown color: approx Equator. HEX triplet: D8, B5 and 64. RGB value is (216,181,100). Sum of RGB (Red+Green+Blue) = 216+181+100=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B564 is #274A9B. Grayscale: #B6B6B6. Windows color (decimal): -2575004 or 6600152. OLE color: 6600152.

HSL color Cylindrical-coordinate representation of color #D8B564: hue angle of 41.9º degrees, saturation: 0.6, 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 #D8B564 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB216181100-
CMYK00.160.540.15
HSL41.9º59.79%61.96%-
HSV(B)41.9º53.7%84.71%-
XYZ47.1448.5718.95-
YUV182.2381.6152.09-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.46%
GREEN value IS 181 (71.09% from 255) = 36.42%
BLUE value IS 100 (39.45% from 255) = 20.12%
R=43.46%
G=36.42%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618110000.160.540.1541.959.7961.96
HexD8B56401036F2a3c3e
Octal3302651440206617527476
Binary110110001011010111001000100001101101111101010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B564; }

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

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

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

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

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

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

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

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