#D5B460

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

Shades of Equator #D5B460

Tints of Equator #D5B460

Color information

#D5B460 (or 0xD5B460) is unknown color: approx Equator. HEX triplet: D5, B4 and 60. RGB value is (213,180,96). Sum of RGB (Red+Green+Blue) = 213+180+96=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 96 (37.89% from 255 or 19.63% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B460 is #2A4B9F. Grayscale: #B4B4B4. Windows color (decimal): -2771872 or 6337749. OLE color: 6337749.

HSL color Cylindrical-coordinate representation of color #D5B460: hue angle of 43.08º degrees, saturation: 0.58, 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 #D5B460 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB21318096-
CMYK00.150.550.16
HSL43.08º58.21%60.59%-
HSV(B)43.08º54.93%83.53%-
XYZ45.8747.6317.84-
YUV180.2980.43151.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.56%
GREEN value IS 180 (70.70% from 255) = 36.81%
BLUE value IS 96 (37.89% from 255) = 19.63%
R=43.56%
G=36.81%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131809600.150.550.1643.0858.2160.59
HexD5B4600F37102b3a3d
Octal3252641400176720537275
Binary110101011011010011000000111111011110000101011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B460; }

 p { color: rgb(213,180,96); }

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

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

 a { background-color: rgb(213,180,96); }

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

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

 span { border-color: rgb(213,180,96); }

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