#D2B15E

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

Shades of Equator #D2B15E

Tints of Equator #D2B15E

Color information

#D2B15E (or 0xD2B15E) is unknown color: approx Equator. HEX triplet: D2, B1 and 5E. RGB value is (210,177,94). Sum of RGB (Red+Green+Blue) = 210+177+94=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 94 (37.11% from 255 or 19.54% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B15E is #2D4EA1. Grayscale: #B1B1B1. Windows color (decimal): -2969250 or 6205906. OLE color: 6205906.

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

Color convert

RGB21017794-
CMYK00.160.550.18
HSL42.93º56.31%59.61%-
HSV(B)42.93º55.24%82.35%-
XYZ44.3245.9517.12-
YUV177.480.93151.25-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.66%
GREEN value IS 177 (69.53% from 255) = 36.80%
BLUE value IS 94 (37.11% from 255) = 19.54%
R=43.66%
G=36.80%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101779400.160.550.1842.9356.3159.61
HexD2B15E01037122b383c
Octal3222611360206722537074
Binary1101001010110001101111001000011011110010101011111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B15E; }

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

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

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

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

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

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

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

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