#D6D75C

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

Shades of Manz #D6D75C

Tints of Manz #D6D75C

Color information

#D6D75C (or 0xD6D75C) is unknown color: approx Manz. HEX triplet: D6, D7 and 5C. RGB value is (214,215,92). Sum of RGB (Red+Green+Blue) = 214+215+92=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 92 (36.33% from 255 or 17.66% from 521); Max value from RGB is 215 - color contains mainly: green. Hex color #D6D75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D75C is #2928A3. Grayscale: #C9C9C9. Windows color (decimal): -2697380 or 6084566. OLE color: 6084566.

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

Color convert

RGB21421592-
CMYK0.0000.570.16
HSL60.49º60.59%60.2%-
HSV(B)60.49º57.21%84.31%-
XYZ53.9663.6719.57-
YUV200.6866.67137.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.07%
GREEN value IS 215 (84.38% from 255) = 41.27%
BLUE value IS 92 (36.33% from 255) = 17.66%
R=41.07%
G=41.27%
B=17.66%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214215920.0000.570.1660.4960.5960.2
HexD6D75C0039103c3d3c
Octal326327134007120747574
Binary110101101101011110111000011100110000111100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D75C; }

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

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

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

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

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

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

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

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