#D5D15D

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

Shades of Manz #D5D15D

Tints of Manz #D5D15D

Color information

#D5D15D (or 0xD5D15D) is unknown color: approx Manz. HEX triplet: D5, D1 and 5D. RGB value is (213,209,93). Sum of RGB (Red+Green+Blue) = 213+209+93=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 93 (36.72% from 255 or 18.06% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D15D is #2A2EA2. Grayscale: #C5C5C5. Windows color (decimal): -2764451 or 6148565. OLE color: 6148565.

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

Color convert

RGB21320993-
CMYK00.020.560.16
HSL58º58.82%60%-
HSV(B)58º56.34%83.53%-
XYZ52.2260.5419.29-
YUV196.9769.33139.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.36%
GREEN value IS 209 (82.03% from 255) = 40.58%
BLUE value IS 93 (36.72% from 255) = 18.06%
R=41.36%
G=40.58%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132099300.020.560.165858.8260
HexD5D15D0238103a3b3c
Octal325321135027020727374
Binary1101010111010001101110101011100010000111010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D15D; }

 p { color: rgb(213,209,93); }

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

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

 a { background-color: rgb(213,209,93); }

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

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

 span { border-color: rgb(213,209,93); }

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