#D6D75B

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

Shades of Manz #D6D75B

Tints of Manz #D6D75B

Color information

#D6D75B (or 0xD6D75B) is unknown color: approx Manz. HEX triplet: D6, D7 and 5B. RGB value is (214,215,91). Sum of RGB (Red+Green+Blue) = 214+215+91=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 215 (84.38% from 255 or 41.35% from 520); Blue value is 91 (35.94% from 255 or 17.5% from 520); Max value from RGB is 215 - color contains mainly: green. Hex color #D6D75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D75B is #2928A4. Grayscale: #C9C9C9. Windows color (decimal): -2697381 or 6019030. OLE color: 6019030.

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

Color convert

RGB21421591-
CMYK0.0000.580.16
HSL60.48º60.78%60%-
HSV(B)60.48º57.67%84.31%-
XYZ53.9263.6519.34-
YUV200.5666.17137.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.15%
GREEN value IS 215 (84.38% from 255) = 41.35%
BLUE value IS 91 (35.94% from 255) = 17.5%
R=41.15%
G=41.35%
B=17.5%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214215910.0000.580.1660.4860.7860
HexD6D75B003A103c3d3c
Octal326327133007220747574
Binary110101101101011110110110011101010000111100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D75B; }

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

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

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

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

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

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

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

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