#D5B062

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

Shades of Equator #D5B062

Tints of Equator #D5B062

Color information

#D5B062 (or 0xD5B062) is unknown color: approx Equator. HEX triplet: D5, B0 and 62. RGB value is (213,176,98). Sum of RGB (Red+Green+Blue) = 213+176+98=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 98 (38.67% from 255 or 20.12% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B062 is #2A4F9D. Grayscale: #B2B2B2. Windows color (decimal): -2772894 or 6467797. OLE color: 6467797.

HSL color Cylindrical-coordinate representation of color #D5B062: hue angle of 40.7º 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 #D5B062 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB21317698-
CMYK00.170.540.16
HSL40.7º57.79%60.98%-
HSV(B)40.7º53.99%83.53%-
XYZ45.1746.0818.07-
YUV178.1782.76152.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.74%
GREEN value IS 176 (69.14% from 255) = 36.14%
BLUE value IS 98 (38.67% from 255) = 20.12%
R=43.74%
G=36.14%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131769800.170.540.1640.757.7960.98
HexD5B0620113610293a3d
Octal3252601420216620517275
Binary1101010110110000110001001000111011010000101001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B062; }

 p { color: rgb(213,176,98); }

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

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

 a { background-color: rgb(213,176,98); }

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

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

 span { border-color: rgb(213,176,98); }

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