#dde060

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

Shades of Manz #DDE060

Tints of Manz #DDE060

Color information

#DDE060 (or 0xDDE060) is unknown color: approx Manz. HEX triplet: DD, E0 and 60. RGB value is (221,224,96). Sum of RGB (Red+Green+Blue) = 221+224+96=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 224 (87.89% from 255 or 41.40% from 541); Blue value is 96 (37.89% from 255 or 17.74% from 541); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE060 is #221F9F. Grayscale: #D1D1D1. Windows color (decimal): -2236320 or 6349021. OLE color: 6349021.

HSL color Cylindrical-coordinate representation of color #DDE060: hue angle of 61.41º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDE060 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB22122496-
CMYK0.0100.570.12
HSL61.41º67.37%62.75%-
HSV(B)61.41º57.14%87.84%-
XYZ58.5969.5321.4-
YUV208.5164.51136.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.85%
GREEN value IS 224 (87.89% from 255) = 41.40%
BLUE value IS 96 (37.89% from 255) = 17.74%
R=40.85%
G=41.40%
B=17.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal221224960.0100.570.1261.4167.3762.75
HexDDE0601039C3d433f
Octal3353401401071147510377
Binary110111011110000011000001011100111001111011000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dde060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dde060; }

 p { color: rgb(221,224,96); }

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

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

 a { background-color: rgb(221,224,96); }

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

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

 span { border-color: rgb(221,224,96); }

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