#D8B063

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

Shades of Equator #D8B063

Tints of Equator #D8B063

Color information

#D8B063 (or 0xD8B063) is unknown color: approx Equator. HEX triplet: D8, B0 and 63. RGB value is (216,176,99). Sum of RGB (Red+Green+Blue) = 216+176+99=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 99 (39.06% from 255 or 20.16% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8B063 is #274F9C. Grayscale: #B3B3B3. Windows color (decimal): -2576285 or 6533336. OLE color: 6533336.

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

Color convert

RGB21617699-
CMYK00.190.540.15
HSL39.49º60%61.76%-
HSV(B)39.49º54.17%84.71%-
XYZ46.146.5518.36-
YUV179.1882.75154.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.99%
GREEN value IS 176 (69.14% from 255) = 35.85%
BLUE value IS 99 (39.06% from 255) = 20.16%
R=43.99%
G=35.85%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161769900.190.540.1539.496061.76
HexD8B06301336F273c3e
Octal3302601430236617477476
Binary110110001011000011000110100111101101111100111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B063; }

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

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

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

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

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

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

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

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