#D6D952

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

Shades of Manz #D6D952

Tints of Manz #D6D952

Color information

#D6D952 (or 0xD6D952) is unknown color: approx Manz. HEX triplet: D6, D9 and 52. RGB value is (214,217,82). Sum of RGB (Red+Green+Blue) = 214+217+82=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 82 (32.42% from 255 or 15.98% from 513); Max value from RGB is 217 - color contains mainly: green. Hex color #D6D952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D952 is #2926AD. Grayscale: #C9C9C9. Windows color (decimal): -2696878 or 5429718. OLE color: 5429718.

HSL color Cylindrical-coordinate representation of color #D6D952: hue angle of 61.33º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D6D952 is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB21421782-
CMYK0.0100.620.15
HSL61.33º63.98%58.63%-
HSV(B)61.33º62.21%85.1%-
XYZ54.0764.5317.59-
YUV200.7161.01137.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.72%
GREEN value IS 217 (85.16% from 255) = 42.30%
BLUE value IS 82 (32.42% from 255) = 15.98%
R=41.72%
G=42.30%
B=15.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal214217820.0100.620.1561.3363.9858.63
HexD6D952103EF3d403b
Octal3263311221076177510073
Binary110101101101100110100101011111011111111011000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D952; }

 p { color: rgb(214,217,82); }

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

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

 a { background-color: rgb(214,217,82); }

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

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

 span { border-color: rgb(214,217,82); }

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