#D6D757

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

Shades of Manz #D6D757

Tints of Manz #D6D757

Color information

#D6D757 (or 0xD6D757) is unknown color: approx Manz. HEX triplet: D6, D7 and 57. RGB value is (214,215,87). Sum of RGB (Red+Green+Blue) = 214+215+87=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 215 (84.38% from 255 or 41.67% from 516); Blue value is 87 (34.38% from 255 or 16.86% from 516); Max value from RGB is 215 - color contains mainly: green. Hex color #D6D757 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D757 is #2928A8. Grayscale: #C8C8C8. Windows color (decimal): -2697385 or 5756886. OLE color: 5756886.

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

Color convert

RGB21421587-
CMYK0.0000.600.16
HSL60.47º61.54%59.22%-
HSV(B)60.47º59.53%84.31%-
XYZ53.7563.5918.46-
YUV200.1164.17137.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.47%
GREEN value IS 215 (84.38% from 255) = 41.67%
BLUE value IS 87 (34.38% from 255) = 16.86%
R=41.47%
G=41.67%
B=16.86%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214215870.0000.600.1660.4761.5459.22
HexD6D757003C103c3e3b
Octal326327127007420747673
Binary110101101101011110101110011110010000111100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D757; }

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

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

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

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

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

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

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

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