#D8B165

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

Shades of Equator #D8B165

Tints of Equator #D8B165

Color information

#D8B165 (or 0xD8B165) is unknown color: approx Equator. HEX triplet: D8, B1 and 65. RGB value is (216,177,101). Sum of RGB (Red+Green+Blue) = 216+177+101=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 101 (39.84% from 255 or 20.45% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8B165 is #274E9A. Grayscale: #B4B4B4. Windows color (decimal): -2576027 or 6664664. OLE color: 6664664.

HSL color Cylindrical-coordinate representation of color #D8B165: hue angle of 39.65º degrees, saturation: 0.6, 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 #D8B165 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB216177101-
CMYK00.180.530.15
HSL39.65º59.59%62.16%-
HSV(B)39.65º53.24%84.71%-
XYZ46.3946.9818.94-
YUV18083.42153.68-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.72%
GREEN value IS 177 (69.53% from 255) = 35.83%
BLUE value IS 101 (39.84% from 255) = 20.45%
R=43.72%
G=35.83%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617710100.180.530.1539.6559.5962.16
HexD8B16501235F283c3e
Octal3302611450226517507476
Binary110110001011000111001010100101101011111101000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B165; }

 p { color: rgb(216,177,101); }

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

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

 a { background-color: rgb(216,177,101); }

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

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

 span { border-color: rgb(216,177,101); }

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