#D1DA55

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

Shades of Manz #D1DA55

Tints of Manz #D1DA55

Color information

#D1DA55 (or 0xD1DA55) is unknown color: approx Manz. HEX triplet: D1, DA and 55. RGB value is (209,218,85). Sum of RGB (Red+Green+Blue) = 209+218+85=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 85 (33.59% from 255 or 16.60% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DA55 is #2E25AA. Grayscale: #C8C8C8. Windows color (decimal): -3024299 or 5626577. OLE color: 5626577.

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

Color convert

RGB20921885-
CMYK0.0400.610.15
HSL64.06º64.25%59.41%-
HSV(B)64.06º61.01%85.49%-
XYZ53.0164.3518.22-
YUV200.1563.02134.31-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.82%
GREEN value IS 218 (85.55% from 255) = 42.58%
BLUE value IS 85 (33.59% from 255) = 16.60%
R=40.82%
G=42.58%
B=16.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal209218850.0400.610.1564.0664.2559.41
HexD1DA55403DF40403b
Octal32133212540751710010073
Binary110100011101101010101011000111101111110000001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DA55; }

 p { color: rgb(209,218,85); }

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

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

 a { background-color: rgb(209,218,85); }

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

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

 span { border-color: rgb(209,218,85); }

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