#D6B260

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

Shades of Equator #D6B260

Tints of Equator #D6B260

Color information

#D6B260 (or 0xD6B260) is unknown color: approx Equator. HEX triplet: D6, B2 and 60. RGB value is (214,178,96). Sum of RGB (Red+Green+Blue) = 214+178+96=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 96 (37.89% from 255 or 19.67% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B260 is #294D9F. Grayscale: #B3B3B3. Windows color (decimal): -2706848 or 6337238. OLE color: 6337238.

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

Color convert

RGB21417896-
CMYK00.170.550.16
HSL41.69º59%60.78%-
HSV(B)41.69º55.14%83.92%-
XYZ45.7646.9817.72-
YUV179.4280.93152.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.85%
GREEN value IS 178 (69.92% from 255) = 36.48%
BLUE value IS 96 (37.89% from 255) = 19.67%
R=43.85%
G=36.48%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141789600.170.550.1641.695960.78
HexD6B26001137102a3b3d
Octal3262621400216720527375
Binary1101011010110010110000001000111011110000101010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B260; }

 p { color: rgb(214,178,96); }

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

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

 a { background-color: rgb(214,178,96); }

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

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

 span { border-color: rgb(214,178,96); }

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