#DDE260

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

Shades of Manz #DDE260

Tints of Manz #DDE260

Color information

#DDE260 (or 0xDDE260) is unknown color: approx Manz. HEX triplet: DD, E2 and 60. RGB value is (221,226,96). Sum of RGB (Red+Green+Blue) = 221+226+96=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 226 (88.67% from 255 or 41.62% from 543); Blue value is 96 (37.89% from 255 or 17.68% from 543); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE260 is #221D9F. Grayscale: #D2D2D2. Windows color (decimal): -2235808 or 6349533. OLE color: 6349533.

HSL color Cylindrical-coordinate representation of color #DDE260: hue angle of 62.31º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDE260 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB22122696-
CMYK0.0200.580.11
HSL62.31º69.15%63.14%-
HSV(B)62.31º57.52%88.63%-
XYZ59.1370.6121.58-
YUV209.6863.84136.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.70%
GREEN value IS 226 (88.67% from 255) = 41.62%
BLUE value IS 96 (37.89% from 255) = 17.68%
R=40.70%
G=41.62%
B=17.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal221226960.0200.580.1162.3169.1563.14
HexDDE260203AB3e453f
Octal3353421402072137610577
Binary1101110111100010110000010011101010111111101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE260; }

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

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

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

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

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

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

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

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