#d3b15e

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

Shades of Equator #D3B15E

Tints of Equator #D3B15E

Color information

#D3B15E (or 0xD3B15E) is unknown color: approx Equator. HEX triplet: D3, B1 and 5E. RGB value is (211,177,94). Sum of RGB (Red+Green+Blue) = 211+177+94=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 94 (37.11% from 255 or 19.50% from 482); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3B15E is #2C4EA1. Grayscale: #B2B2B2. Windows color (decimal): -2903714 or 6205907. OLE color: 6205907.

HSL color Cylindrical-coordinate representation of color #D3B15E: hue angle of 42.56º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D3B15E is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB21117794-
CMYK00.160.550.17
HSL42.56º57.07%59.8%-
HSV(B)42.56º55.45%82.75%-
XYZ44.6146.117.14-
YUV177.780.76151.75-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.78%
GREEN value IS 177 (69.53% from 255) = 36.72%
BLUE value IS 94 (37.11% from 255) = 19.50%
R=43.78%
G=36.72%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111779400.160.550.1742.5657.0759.8
HexD3B15E01037112b393c
Octal3232611360206721537174
Binary1101001110110001101111001000011011110001101011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d3b15e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d3b15e; }

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

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

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

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

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

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

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

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