#DDDE5C

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

Shades of Manz #DDDE5C

Tints of Manz #DDDE5C

Color information

#DDDE5C (or 0xDDDE5C) is unknown color: approx Manz. HEX triplet: DD, DE and 5C. RGB value is (221,222,92). Sum of RGB (Red+Green+Blue) = 221+222+92=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 92 (36.33% from 255 or 17.20% from 535); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDE5C is #2221A3. Grayscale: #CFCFCF. Windows color (decimal): -2236836 or 6086365. OLE color: 6086365.

HSL color Cylindrical-coordinate representation of color #DDDE5C: hue angle of 60.46º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDDE5C is Cyan = 0.00, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB22122292-
CMYK0.0000.590.13
HSL60.46º66.33%61.57%-
HSV(B)60.46º58.56%87.06%-
XYZ57.8768.3920.28-
YUV206.8863.17138.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.31%
GREEN value IS 222 (87.11% from 255) = 41.50%
BLUE value IS 92 (36.33% from 255) = 17.20%
R=41.31%
G=41.50%
B=17.20%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221222920.0000.590.1360.4666.3361.57
HexDDDE5C003BD3c423e
Octal3353361340073157410276
Binary110111011101111010111000011101111011111001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDE5C; }

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

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

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

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

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

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

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

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