#DDDD61

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

Shades of Manz #DDDD61

Tints of Manz #DDDD61

Color information

#DDDD61 (or 0xDDDD61) is unknown color: approx Manz. HEX triplet: DD, DD and 61. RGB value is (221,221,97). Sum of RGB (Red+Green+Blue) = 221+221+97=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 97 (38.28% from 255 or 18.00% from 539); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD61 is #22229E. Grayscale: #CFCFCF. Windows color (decimal): -2237087 or 6413789. OLE color: 6413789.

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

Color convert

RGB22122197-
CMYK000.560.13
HSL60º64.58%62.35%-
HSV(B)60º56.11%86.67%-
XYZ57.8367.9521.38-
YUV206.8666138.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.00%
GREEN value IS 221 (86.72% from 255) = 41.00%
BLUE value IS 97 (38.28% from 255) = 18.00%
R=41.00%
G=41.00%
B=18.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122197000.560.136064.5862.35
HexDDDD610038D3c413e
Octal3353351410070157410176
Binary110111011101110111000010011100011011111001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDD61; }

 p { color: rgb(221,221,97); }

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

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

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

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

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

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

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