#D6B063

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

Shades of Equator #D6B063

Tints of Equator #D6B063

Color information

#D6B063 (or 0xD6B063) is unknown color: approx Equator. HEX triplet: D6, B0 and 63. RGB value is (214,176,99). Sum of RGB (Red+Green+Blue) = 214+176+99=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 99 (39.06% from 255 or 20.25% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B063 is #294F9C. Grayscale: #B2B2B2. Windows color (decimal): -2707357 or 6533334. OLE color: 6533334.

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

Color convert

RGB21417699-
CMYK00.180.540.16
HSL40.17º58.38%61.37%-
HSV(B)40.17º53.74%83.92%-
XYZ45.5146.2518.33-
YUV178.5883.09153.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.76%
GREEN value IS 176 (69.14% from 255) = 35.99%
BLUE value IS 99 (39.06% from 255) = 20.25%
R=43.76%
G=35.99%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141769900.180.540.1640.1758.3861.37
HexD6B0630123610283a3d
Octal3262601430226620507275
Binary1101011010110000110001101001011011010000101000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B063; }

 p { color: rgb(214,176,99); }

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

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

 a { background-color: rgb(214,176,99); }

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

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

 span { border-color: rgb(214,176,99); }

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