#D5B065

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

Shades of Equator #D5B065

Tints of Equator #D5B065

Color information

#D5B065 (or 0xD5B065) is unknown color: approx Equator. HEX triplet: D5, B0 and 65. RGB value is (213,176,101). Sum of RGB (Red+Green+Blue) = 213+176+101=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 101 (39.84% from 255 or 20.61% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B065 is #2A4F9A. Grayscale: #B2B2B2. Windows color (decimal): -2772891 or 6664405. OLE color: 6664405.

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

Color convert

RGB213176101-
CMYK00.170.530.16
HSL40.18º57.14%61.57%-
HSV(B)40.18º52.58%83.53%-
XYZ45.3146.1418.83-
YUV178.5184.26152.6-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.47%
GREEN value IS 176 (69.14% from 255) = 35.92%
BLUE value IS 101 (39.84% from 255) = 20.61%
R=43.47%
G=35.92%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317610100.170.530.1640.1857.1461.57
HexD5B065011351028393e
Octal3252601450216520507176
Binary1101010110110000110010101000111010110000101000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B065; }

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

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

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

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

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

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

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

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