#D2D84E

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

Shades of Manz #D2D84E

Tints of Manz #D2D84E

Color information

#D2D84E (or 0xD2D84E) is unknown color: approx Manz. HEX triplet: D2, D8 and 4E. RGB value is (210,216,78). Sum of RGB (Red+Green+Blue) = 210+216+78=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 78 (30.86% from 255 or 15.48% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #D2D84E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D84E is #2D27B1. Grayscale: #C7C7C7. Windows color (decimal): -2959282 or 5167314. OLE color: 5167314.

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

Color convert

RGB21021678-
CMYK0.0300.640.15
HSL62.61º63.89%57.65%-
HSV(B)62.61º63.89%84.71%-
XYZ52.5163.3616.67-
YUV198.4760.01136.22-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.67%
GREEN value IS 216 (84.77% from 255) = 42.86%
BLUE value IS 78 (30.86% from 255) = 15.48%
R=41.67%
G=42.86%
B=15.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal210216780.0300.640.1562.6163.8957.65
HexD2D84E3040F3f403a
Octal32233011630100177710072
Binary11010010110110001001110110100000011111111111000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D84E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D84E; }

 p { color: rgb(210,216,78); }

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

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

 a { background-color: rgb(210,216,78); }

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

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

 span { border-color: rgb(210,216,78); }

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