#D6DA48

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

Shades of Manz #D6DA48

Tints of Manz #D6DA48

Color information

#D6DA48 (or 0xD6DA48) is unknown color: approx Manz. HEX triplet: D6, DA and 48. RGB value is (214,218,72). Sum of RGB (Red+Green+Blue) = 214+218+72=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 72 (28.52% from 255 or 14.29% from 504); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DA48 is #2925B7. Grayscale: #C8C8C8. Windows color (decimal): -2696632 or 4774614. OLE color: 4774614.

HSL color Cylindrical-coordinate representation of color #D6DA48: hue angle of 61.64º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D6DA48 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB21421872-
CMYK0.0200.670.15
HSL61.64º66.36%56.86%-
HSV(B)61.64º66.97%85.49%-
XYZ53.9764.9115.81-
YUV200.1655.67137.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.46%
GREEN value IS 218 (85.55% from 255) = 43.25%
BLUE value IS 72 (28.52% from 255) = 14.29%
R=42.46%
G=43.25%
B=14.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal214218720.0200.670.1561.6466.3656.86
HexD6DA482043F3e4239
Octal32633211020103177610271
Binary11010110110110101001000100100001111111111101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DA48; }

 p { color: rgb(214,218,72); }

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

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

 a { background-color: rgb(214,218,72); }

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

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

 span { border-color: rgb(214,218,72); }

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