#D8B062

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

Shades of Equator #D8B062

Tints of Equator #D8B062

Color information

#D8B062 (or 0xD8B062) is unknown color: approx Equator. HEX triplet: D8, B0 and 62. RGB value is (216,176,98). Sum of RGB (Red+Green+Blue) = 216+176+98=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 98 (38.67% from 255 or 20% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8B062 is #274F9D. Grayscale: #B3B3B3. Windows color (decimal): -2576286 or 6467800. OLE color: 6467800.

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

Color convert

RGB21617698-
CMYK00.190.550.15
HSL39.66º60.2%61.57%-
HSV(B)39.66º54.63%84.71%-
XYZ46.0546.5318.11-
YUV179.0782.25154.34-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.08%
GREEN value IS 176 (69.14% from 255) = 35.92%
BLUE value IS 98 (38.67% from 255) = 20%
R=44.08%
G=35.92%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161769800.190.550.1539.6660.261.57
HexD8B06201337F283c3e
Octal3302601420236717507476
Binary110110001011000011000100100111101111111101000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B062; }

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

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

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

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

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

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

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

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