#D5B15C

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

Shades of Equator #D5B15C

Tints of Equator #D5B15C

Color information

#D5B15C (or 0xD5B15C) is unknown color: approx Equator. HEX triplet: D5, B1 and 5C. RGB value is (213,177,92). Sum of RGB (Red+Green+Blue) = 213+177+92=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 92 (36.33% from 255 or 19.09% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B15C is #2A4EA3. Grayscale: #B2B2B2. Windows color (decimal): -2772644 or 6074837. OLE color: 6074837.

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

Color convert

RGB21317792-
CMYK00.170.570.16
HSL42.15º59.02%59.8%-
HSV(B)42.15º56.81%83.53%-
XYZ45.0946.3616.7-
YUV178.0779.43152.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.19%
GREEN value IS 177 (69.53% from 255) = 36.72%
BLUE value IS 92 (36.33% from 255) = 19.09%
R=44.19%
G=36.72%
B=19.09%

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
Decimal2131779200.170.570.1642.1559.0259.8
HexD5B15C01139102a3b3c
Octal3252611340217120527374
Binary1101010110110001101110001000111100110000101010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B15C; }

 p { color: rgb(213,177,92); }

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

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

 a { background-color: rgb(213,177,92); }

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

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

 span { border-color: rgb(213,177,92); }

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