#d8b15e

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

Shades of Equator #D8B15E

Tints of Equator #D8B15E

Color information

#D8B15E (or 0xD8B15E) is unknown color: approx Equator. HEX triplet: D8, B1 and 5E. RGB value is (216,177,94). Sum of RGB (Red+Green+Blue) = 216+177+94=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 94 (37.11% from 255 or 19.30% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8B15E is #274EA1. Grayscale: #B3B3B3. Windows color (decimal): -2576034 or 6205912. OLE color: 6205912.

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

Color convert

RGB21617794-
CMYK00.180.560.15
HSL40.82º61%60.78%-
HSV(B)40.82º56.48%84.71%-
XYZ46.0646.8517.21-
YUV179.279.92154.25-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.35%
GREEN value IS 177 (69.53% from 255) = 36.34%
BLUE value IS 94 (37.11% from 255) = 19.30%
R=44.35%
G=36.34%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161779400.180.560.1540.826160.78
HexD8B15E01238F293d3d
Octal3302611360227017517575
Binary110110001011000110111100100101110001111101001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8b15e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8b15e; }

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

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

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

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

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

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

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

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