#dde05c

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

Shades of Manz #DDE05C

Tints of Manz #DDE05C

Color information

#DDE05C (or 0xDDE05C) is unknown color: approx Manz. HEX triplet: DD, E0 and 5C. RGB value is (221,224,92). Sum of RGB (Red+Green+Blue) = 221+224+92=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 92 (36.33% from 255 or 17.13% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE05C is #221FA3. Grayscale: #D0D0D0. Windows color (decimal): -2236324 or 6086877. OLE color: 6086877.

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

Color convert

RGB22122492-
CMYK0.0100.590.12
HSL61.36º68.04%61.96%-
HSV(B)61.36º58.93%87.84%-
XYZ58.4169.4620.45-
YUV208.0662.51137.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.15%
GREEN value IS 224 (87.89% from 255) = 41.71%
BLUE value IS 92 (36.33% from 255) = 17.13%
R=41.15%
G=41.71%
B=17.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal221224920.0100.590.1261.3668.0461.96
HexDDE05C103BC3d443e
Octal3353401341073147510476
Binary110111011110000010111001011101111001111011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dde05c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dde05c; }

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

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

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

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

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

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

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

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