#d2d84c

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

Shades of Manz #D2D84C

Tints of Manz #D2D84C

Color information

#D2D84C (or 0xD2D84C) is unknown color: approx Manz. HEX triplet: D2, D8 and 4C. RGB value is (210,216,76). Sum of RGB (Red+Green+Blue) = 210+216+76=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 216 (84.77% from 255 or 43.03% from 502); Blue value is 76 (30.08% from 255 or 15.14% from 502); Max value from RGB is 216 - color contains mainly: green. Hex color #D2D84C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D84C is #2D27B3. Grayscale: #C6C6C6. Windows color (decimal): -2959284 or 5036242. OLE color: 5036242.

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

Color convert

RGB21021676-
CMYK0.0300.650.15
HSL62.57º64.22%57.25%-
HSV(B)62.57º64.81%84.71%-
XYZ52.4463.3416.3-
YUV198.2559.01136.38-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.83%
GREEN value IS 216 (84.77% from 255) = 43.03%
BLUE value IS 76 (30.08% from 255) = 15.14%
R=41.83%
G=43.03%
B=15.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal210216760.0300.650.1562.5764.2257.25
HexD2D84C3041F3f4039
Octal32233011430101177710071
Binary11010010110110001001100110100000111111111111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2d84c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2d84c; }

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

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

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

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

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

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

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

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