#D8B563

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

Shades of Equator #D8B563

Tints of Equator #D8B563

Color information

#D8B563 (or 0xD8B563) is unknown color: approx Equator. HEX triplet: D8, B5 and 63. RGB value is (216,181,99). Sum of RGB (Red+Green+Blue) = 216+181+99=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 99 (39.06% from 255 or 19.96% from 496); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B563 is #274A9C. Grayscale: #B6B6B6. Windows color (decimal): -2575005 or 6534616. OLE color: 6534616.

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

Color convert

RGB21618199-
CMYK00.160.540.15
HSL42.05º60%61.76%-
HSV(B)42.05º54.17%84.71%-
XYZ47.0948.5518.69-
YUV182.1281.1152.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.55%
GREEN value IS 181 (71.09% from 255) = 36.49%
BLUE value IS 99 (39.06% from 255) = 19.96%
R=43.55%
G=36.49%
B=19.96%

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
Decimal2161819900.160.540.1542.056061.76
HexD8B56301036F2a3c3e
Octal3302651430206617527476
Binary110110001011010111000110100001101101111101010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B563; }

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

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

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

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

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

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

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

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