#DDD356

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

Shades of Manz #DDD356

Tints of Manz #DDD356

Color information

#DDD356 (or 0xDDD356) is unknown color: approx Manz. HEX triplet: DD, D3 and 56. RGB value is (221,211,86). Sum of RGB (Red+Green+Blue) = 221+211+86=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 211 (82.81% from 255 or 40.73% from 518); Blue value is 86 (33.98% from 255 or 16.60% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD356 is #222CA9. Grayscale: #C8C8C8. Windows color (decimal): -2239658 or 5690333. OLE color: 5690333.

HSL color Cylindrical-coordinate representation of color #DDD356: hue angle of 55.56º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDD356 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB22121186-
CMYK00.050.610.13
HSL55.56º66.5%60.2%-
HSV(B)55.56º61.09%86.67%-
XYZ54.7962.6318.01-
YUV199.7463.81143.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.66%
GREEN value IS 211 (82.81% from 255) = 40.73%
BLUE value IS 86 (33.98% from 255) = 16.60%
R=42.66%
G=40.73%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212118600.050.610.1355.5666.560.2
HexDDD356053DD38433c
Octal3353231260575157010374
Binary11011101110100111010110010111110111011110001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD356; }

 p { color: rgb(221,211,86); }

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

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

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

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

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

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

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