#D8B766

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

Shades of Equator #D8B766

Tints of Equator #D8B766

Color information

#D8B766 (or 0xD8B766) is unknown color: approx Equator. HEX triplet: D8, B7 and 66. RGB value is (216,183,102). Sum of RGB (Red+Green+Blue) = 216+183+102=501 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.11% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 102 (40.23% from 255 or 20.36% from 501); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B766 is #274899. Grayscale: #B7B7B7. Windows color (decimal): -2574490 or 6731736. OLE color: 6731736.

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

Color convert

RGB216183102-
CMYK00.150.530.15
HSL42.63º59.38%62.35%-
HSV(B)42.63º52.78%84.71%-
XYZ47.6549.4319.6-
YUV183.6381.93151.09-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.11%
GREEN value IS 183 (71.88% from 255) = 36.53%
BLUE value IS 102 (40.23% from 255) = 20.36%
R=43.11%
G=36.53%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618310200.150.530.1542.6359.3862.35
HexD8B7660F35F2b3b3e
Octal3302671460176517537376
Binary11011000101101111100110011111101011111101011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B766; }

 p { color: rgb(216,183,102); }

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

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

 a { background-color: rgb(216,183,102); }

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

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

 span { border-color: rgb(216,183,102); }

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