#DDD256

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

Shades of Manz #DDD256

Tints of Manz #DDD256

Color information

#DDD256 (or 0xDDD256) is unknown color: approx Manz. HEX triplet: DD, D2 and 56. RGB value is (221,210,86). Sum of RGB (Red+Green+Blue) = 221+210+86=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 86 (33.98% from 255 or 16.63% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD256 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD256 is #222DA9. Grayscale: #C7C7C7. Windows color (decimal): -2239914 or 5690077. OLE color: 5690077.

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

Color convert

RGB22121086-
CMYK00.050.610.13
HSL55.11º66.5%60.2%-
HSV(B)55.11º61.09%86.67%-
XYZ54.5562.1417.92-
YUV199.1564.14143.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.75%
GREEN value IS 210 (82.42% from 255) = 40.62%
BLUE value IS 86 (33.98% from 255) = 16.63%
R=42.75%
G=40.62%
B=16.63%

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
Decimal2212108600.050.610.1355.1166.560.2
HexDDD256053DD37433c
Octal3353221260575156710374
Binary11011101110100101010110010111110111011101111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD256; }

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

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

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

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

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

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

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

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