#D8B560

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

Shades of Equator #D8B560

Tints of Equator #D8B560

Color information

#D8B560 (or 0xD8B560) is unknown color: approx Equator. HEX triplet: D8, B5 and 60. RGB value is (216,181,96). Sum of RGB (Red+Green+Blue) = 216+181+96=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 96 (37.89% from 255 or 19.47% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B560 is #274A9F. Grayscale: #B6B6B6. Windows color (decimal): -2575008 or 6338008. OLE color: 6338008.

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

Color convert

RGB21618196-
CMYK00.160.560.15
HSL42.5º60.61%61.18%-
HSV(B)42.5º55.56%84.71%-
XYZ46.9548.4917.95-
YUV181.7879.6152.41-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.81%
GREEN value IS 181 (71.09% from 255) = 36.71%
BLUE value IS 96 (37.89% from 255) = 19.47%
R=43.81%
G=36.71%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161819600.160.560.1542.560.6161.18
HexD8B56001038F2a3d3d
Octal3302651400207017527575
Binary110110001011010111000000100001110001111101010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B560; }

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

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

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

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

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

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

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

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