#D6B15A

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

Shades of Equator #D6B15A

Tints of Equator #D6B15A

Color information

#D6B15A (or 0xD6B15A) is unknown color: approx Equator. HEX triplet: D6, B1 and 5A. RGB value is (214,177,90). Sum of RGB (Red+Green+Blue) = 214+177+90=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 90 (35.55% from 255 or 18.71% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B15A is #294EA5. Grayscale: #B2B2B2. Windows color (decimal): -2707110 or 5943766. OLE color: 5943766.

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

Color convert

RGB21417790-
CMYK00.170.580.16
HSL42.1º60.19%59.61%-
HSV(B)42.1º57.94%83.92%-
XYZ45.346.4816.26-
YUV178.1478.26153.57-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.49%
GREEN value IS 177 (69.53% from 255) = 36.80%
BLUE value IS 90 (35.55% from 255) = 18.71%
R=44.49%
G=36.80%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141779000.170.580.1642.160.1959.61
HexD6B15A0113A102a3c3c
Octal3262611320217220527474
Binary1101011010110001101101001000111101010000101010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B15A; }

 p { color: rgb(214,177,90); }

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

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

 a { background-color: rgb(214,177,90); }

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

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

 span { border-color: rgb(214,177,90); }

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