#D8B36B

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

Shades of Equator #D8B36B

Tints of Equator #D8B36B

Color information

#D8B36B (or 0xD8B36B) is unknown color: approx Equator. HEX triplet: D8, B3 and 6B. RGB value is (216,179,107). Sum of RGB (Red+Green+Blue) = 216+179+107=502 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.03% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 107 (42.19% from 255 or 21.31% from 502); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B36B is #274C94. Grayscale: #B6B6B6. Windows color (decimal): -2575509 or 7058392. OLE color: 7058392.

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

Color convert

RGB216179107-
CMYK00.170.500.15
HSL39.63º58.29%63.33%-
HSV(B)39.63º50.46%84.71%-
XYZ47.0947.920.67-
YUV181.8685.76152.35-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.03%
GREEN value IS 179 (70.31% from 255) = 35.66%
BLUE value IS 107 (42.19% from 255) = 21.31%
R=43.03%
G=35.66%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617910700.170.500.1539.6358.2963.33
HexD8B36B01132F283a3f
Octal3302631530216217507277
Binary110110001011001111010110100011100101111101000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B36B; }

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

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

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

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

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

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

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

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