#DDDD60

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

Shades of Manz #DDDD60

Tints of Manz #DDDD60

Color information

#DDDD60 (or 0xDDDD60) is unknown color: approx Manz. HEX triplet: DD, DD and 60. RGB value is (221,221,96). Sum of RGB (Red+Green+Blue) = 221+221+96=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 96 (37.89% from 255 or 17.84% from 538); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD60 is #22229F. Grayscale: #CFCFCF. Windows color (decimal): -2237088 or 6348253. OLE color: 6348253.

HSL color Cylindrical-coordinate representation of color #DDDD60: 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.57%. Process color model (Four color, CMYK) of #DDDD60 is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB22122196-
CMYK000.570.13
HSL60º64.77%62.16%-
HSV(B)60º56.56%86.67%-
XYZ57.7967.9321.13-
YUV206.7565.5138.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.08%
GREEN value IS 221 (86.72% from 255) = 41.08%
BLUE value IS 96 (37.89% from 255) = 17.84%
R=41.08%
G=41.08%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122196000.570.136064.7762.16
HexDDDD600039D3c413e
Octal3353351400071157410176
Binary110111011101110111000000011100111011111001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDD60; }

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

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

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

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

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

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

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

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