#D8B368

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

Shades of Equator #D8B368

Tints of Equator #D8B368

Color information

#D8B368 (or 0xD8B368) is unknown color: approx Equator. HEX triplet: D8, B3 and 68. RGB value is (216,179,104). Sum of RGB (Red+Green+Blue) = 216+179+104=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 104 (41.02% from 255 or 20.84% from 499); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B368 is #274C97. Grayscale: #B5B5B5. Windows color (decimal): -2575512 or 6861784. OLE color: 6861784.

HSL color Cylindrical-coordinate representation of color #D8B368: hue angle of 40.18º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D8B368 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB216179104-
CMYK00.170.520.15
HSL40.18º58.95%62.75%-
HSV(B)40.18º51.85%84.71%-
XYZ46.9447.8419.86-
YUV181.5184.26152.6-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.29%
GREEN value IS 179 (70.31% from 255) = 35.87%
BLUE value IS 104 (41.02% from 255) = 20.84%
R=43.29%
G=35.87%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617910400.170.520.1540.1858.9562.75
HexD8B36801134F283b3f
Octal3302631500216417507377
Binary110110001011001111010000100011101001111101000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B368; }

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

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

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

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

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

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

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

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