#D0DC55

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

Shades of Manz #D0DC55

Tints of Manz #D0DC55

Color information

#D0DC55 (or 0xD0DC55) is unknown color: approx Manz. HEX triplet: D0, DC and 55. RGB value is (208,220,85). Sum of RGB (Red+Green+Blue) = 208+220+85=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 85 (33.59% from 255 or 16.57% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DC55 is #2F23AA. Grayscale: #C9C9C9. Windows color (decimal): -3089323 or 5627088. OLE color: 5627088.

HSL color Cylindrical-coordinate representation of color #D0DC55: hue angle of 65.33º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D0DC55 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB20822085-
CMYK0.0500.610.14
HSL65.33º65.85%59.8%-
HSV(B)65.33º61.36%86.27%-
XYZ53.2565.2518.38-
YUV201.0262.52132.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.55%
GREEN value IS 220 (86.33% from 255) = 42.88%
BLUE value IS 85 (33.59% from 255) = 16.57%
R=40.55%
G=42.88%
B=16.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal208220850.0500.610.1465.3365.8559.8
HexD0DC55503DE41423c
Octal32033412550751610110274
Binary110100001101110010101011010111101111010000011000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DC55; }

 p { color: rgb(208,220,85); }

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

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

 a { background-color: rgb(208,220,85); }

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

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

 span { border-color: rgb(208,220,85); }

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