#D6DC4C

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

Shades of Manz #D6DC4C

Tints of Manz #D6DC4C

Color information

#D6DC4C (or 0xD6DC4C) is unknown color: approx Manz. HEX triplet: D6, DC and 4C. RGB value is (214,220,76). Sum of RGB (Red+Green+Blue) = 214+220+76=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 76 (30.08% from 255 or 14.90% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DC4C is #2923B3. Grayscale: #CACACA. Windows color (decimal): -2696116 or 5037270. OLE color: 5037270.

HSL color Cylindrical-coordinate representation of color #D6DC4C: hue angle of 62.5º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D6DC4C is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB21422076-
CMYK0.0300.650.14
HSL62.5º67.29%58.04%-
HSV(B)62.5º65.45%86.27%-
XYZ54.636616.7-
YUV201.7957.01136.71-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.96%
GREEN value IS 220 (86.33% from 255) = 43.14%
BLUE value IS 76 (30.08% from 255) = 14.90%
R=41.96%
G=43.14%
B=14.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal214220760.0300.650.1462.567.2958.04
HexD6DC4C3041E3e433a
Octal32633411430101167610372
Binary11010110110111001001100110100000111101111101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DC4C; }

 p { color: rgb(214,220,76); }

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

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

 a { background-color: rgb(214,220,76); }

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

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

 span { border-color: rgb(214,220,76); }

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