#D7D15D

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

Shades of Manz #D7D15D

Tints of Manz #D7D15D

Color information

#D7D15D (or 0xD7D15D) is unknown color: approx Manz. HEX triplet: D7, D1 and 5D. RGB value is (215,209,93). Sum of RGB (Red+Green+Blue) = 215+209+93=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 93 (36.72% from 255 or 17.99% from 517); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D15D is #282EA2. Grayscale: #C6C6C6. Windows color (decimal): -2633379 or 6148567. OLE color: 6148567.

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

Color convert

RGB21520993-
CMYK00.030.570.16
HSL57.05º60.4%60.39%-
HSV(B)57.05º56.74%84.31%-
XYZ52.860.8419.32-
YUV197.5768.99140.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.59%
GREEN value IS 209 (82.03% from 255) = 40.43%
BLUE value IS 93 (36.72% from 255) = 17.99%
R=41.59%
G=40.43%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152099300.030.570.1657.0560.460.39
HexD7D15D033910393c3c
Octal327321135037120717474
Binary1101011111010001101110101111100110000111001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D15D; }

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

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

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

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

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

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

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

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