#D7D05C

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

Shades of Manz #D7D05C

Tints of Manz #D7D05C

Color information

#D7D05C (or 0xD7D05C) is unknown color: approx Manz. HEX triplet: D7, D0 and 5C. RGB value is (215,208,92). Sum of RGB (Red+Green+Blue) = 215+208+92=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 92 (36.33% from 255 or 17.86% from 515); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D05C is #282FA3. Grayscale: #C5C5C5. Windows color (decimal): -2633636 or 6082775. OLE color: 6082775.

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

Color convert

RGB21520892-
CMYK00.030.570.16
HSL56.59º60.59%60.2%-
HSV(B)56.59º57.21%84.31%-
XYZ52.5160.3319-
YUV196.8768.82140.93-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.75%
GREEN value IS 208 (81.64% from 255) = 40.39%
BLUE value IS 92 (36.33% from 255) = 17.86%
R=41.75%
G=40.39%
B=17.86%

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
Decimal2152089200.030.570.1656.5960.5960.2
HexD7D05C033910393d3c
Octal327320134037120717574
Binary1101011111010000101110001111100110000111001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D05C; }

 p { color: rgb(215,208,92); }

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

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

 a { background-color: rgb(215,208,92); }

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

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

 span { border-color: rgb(215,208,92); }

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