#D5B05B

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

Shades of Equator #D5B05B

Tints of Equator #D5B05B

Color information

#D5B05B (or 0xD5B05B) is unknown color: approx Equator. HEX triplet: D5, B0 and 5B. RGB value is (213,176,91). Sum of RGB (Red+Green+Blue) = 213+176+91=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 91 (35.94% from 255 or 18.96% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B05B is #2A4FA4. Grayscale: #B1B1B1. Windows color (decimal): -2772901 or 6009045. OLE color: 6009045.

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

Color convert

RGB21317691-
CMYK00.170.570.16
HSL41.8º59.22%59.61%-
HSV(B)41.8º57.28%83.53%-
XYZ44.8545.9516.4-
YUV177.3779.26153.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.38%
GREEN value IS 176 (69.14% from 255) = 36.67%
BLUE value IS 91 (35.94% from 255) = 18.96%
R=44.38%
G=36.67%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131769100.170.570.1641.859.2259.61
HexD5B05B01139102a3b3c
Octal3252601330217120527374
Binary1101010110110000101101101000111100110000101010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B05B; }

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

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

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

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

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

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

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

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