#DDD561

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

Shades of Manz #DDD561

Tints of Manz #DDD561

Color information

#DDD561 (or 0xDDD561) is unknown color: approx Manz. HEX triplet: DD, D5 and 61. RGB value is (221,213,97). Sum of RGB (Red+Green+Blue) = 221+213+97=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 97 (38.28% from 255 or 18.27% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD561 is #222A9E. Grayscale: #CACACA. Windows color (decimal): -2239135 or 6411741. OLE color: 6411741.

HSL color Cylindrical-coordinate representation of color #DDD561: hue angle of 56.13º 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 #DDD561 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB22121397-
CMYK00.040.560.13
HSL56.13º64.58%62.35%-
HSV(B)56.13º56.11%86.67%-
XYZ55.7763.8220.69-
YUV202.1768.65141.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.62%
GREEN value IS 213 (83.59% from 255) = 40.11%
BLUE value IS 97 (38.28% from 255) = 18.27%
R=41.62%
G=40.11%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212139700.040.560.1356.1364.5862.35
HexDDD5610438D38413e
Octal3353251410470157010176
Binary11011101110101011100001010011100011011110001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD561; }

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

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

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

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

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

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

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

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