#D8B362

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

Shades of Equator #D8B362

Tints of Equator #D8B362

Color information

#D8B362 (or 0xD8B362) is unknown color: approx Equator. HEX triplet: D8, B3 and 62. RGB value is (216,179,98). Sum of RGB (Red+Green+Blue) = 216+179+98=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 98 (38.67% from 255 or 19.88% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B362 is #274C9D. Grayscale: #B5B5B5. Windows color (decimal): -2575518 or 6468568. OLE color: 6468568.

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

Color convert

RGB21617998-
CMYK00.170.550.15
HSL41.19º60.2%61.57%-
HSV(B)41.19º54.63%84.71%-
XYZ46.6447.7218.31-
YUV180.8381.26153.09-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.81%
GREEN value IS 179 (70.31% from 255) = 36.31%
BLUE value IS 98 (38.67% from 255) = 19.88%
R=43.81%
G=36.31%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161799800.170.550.1541.1960.261.57
HexD8B36201137F293c3e
Octal3302631420216717517476
Binary110110001011001111000100100011101111111101001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B362; }

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

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

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

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

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

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

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

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