#D8B668

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

Shades of Equator #D8B668

Tints of Equator #D8B668

Color information

#D8B668 (or 0xD8B668) is unknown color: approx Equator. HEX triplet: D8, B6 and 68. RGB value is (216,182,104). Sum of RGB (Red+Green+Blue) = 216+182+104=502 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.03% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 104 (41.02% from 255 or 20.72% from 502); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B668 is #274997. Grayscale: #B7B7B7. Windows color (decimal): -2574744 or 6862552. OLE color: 6862552.

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

Color convert

RGB216182104-
CMYK00.160.520.15
HSL41.79º58.95%62.75%-
HSV(B)41.79º51.85%84.71%-
XYZ47.5549.0520.06-
YUV183.2783.26151.34-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.03%
GREEN value IS 182 (71.48% from 255) = 36.25%
BLUE value IS 104 (41.02% from 255) = 20.72%
R=43.03%
G=36.25%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618210400.160.520.1541.7958.9562.75
HexD8B66801034F2a3b3f
Octal3302661500206417527377
Binary110110001011011011010000100001101001111101010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B668; }

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

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

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

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

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

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

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

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