#D8B869

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

Shades of Equator #D8B869

Tints of Equator #D8B869

Color information

#D8B869 (or 0xD8B869) is unknown color: approx Equator. HEX triplet: D8, B8 and 69. RGB value is (216,184,105). Sum of RGB (Red+Green+Blue) = 216+184+105=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 105 (41.41% from 255 or 20.79% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B869 is #274796. Grayscale: #B8B8B8. Windows color (decimal): -2574231 or 6928600. OLE color: 6928600.

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

Color convert

RGB216184105-
CMYK00.150.510.15
HSL42.7º58.73%62.94%-
HSV(B)42.7º51.39%84.71%-
XYZ48.0149.920.47-
YUV184.5683.1150.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.77%
GREEN value IS 184 (72.27% from 255) = 36.44%
BLUE value IS 105 (41.41% from 255) = 20.79%
R=42.77%
G=36.44%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618410500.150.510.1542.758.7362.94
HexD8B8690F33F2b3b3f
Octal3302701510176317537377
Binary11011000101110001101001011111100111111101011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B869; }

 p { color: rgb(216,184,105); }

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

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

 a { background-color: rgb(216,184,105); }

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

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

 span { border-color: rgb(216,184,105); }

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