#d5dd50

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

Shades of Manz #D5DD50

Tints of Manz #D5DD50

Color information

#D5DD50 (or 0xD5DD50) is unknown color: approx Manz. HEX triplet: D5, DD and 50. RGB value is (213,221,80). Sum of RGB (Red+Green+Blue) = 213+221+80=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 80 (31.64% from 255 or 15.56% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DD50 is #2A22AF. Grayscale: #CBCBCB. Windows color (decimal): -2761392 or 5299669. OLE color: 5299669.

HSL color Cylindrical-coordinate representation of color #D5DD50: hue angle of 63.4º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D5DD50 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB21322180-
CMYK0.0400.640.13
HSL63.4º67.46%59.02%-
HSV(B)63.4º63.8%86.67%-
XYZ54.7466.4417.53-
YUV202.5358.85135.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.44%
GREEN value IS 221 (86.72% from 255) = 43.00%
BLUE value IS 80 (31.64% from 255) = 15.56%
R=41.44%
G=43.00%
B=15.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal213221800.0400.640.1363.467.4659.02
HexD5DD504040D3f433b
Octal32533512040100157710373
Binary110101011101110110100001000100000011011111111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5dd50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5dd50; }

 p { color: rgb(213,221,80); }

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

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

 a { background-color: rgb(213,221,80); }

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

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

 span { border-color: rgb(213,221,80); }

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