#DDD456

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

Shades of Manz #DDD456

Tints of Manz #DDD456

Color information

#DDD456 (or 0xDDD456) is unknown color: approx Manz. HEX triplet: DD, D4 and 56. RGB value is (221,212,86). Sum of RGB (Red+Green+Blue) = 221+212+86=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 86 (33.98% from 255 or 16.57% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD456 is #222BA9. Grayscale: #C8C8C8. Windows color (decimal): -2239402 or 5690589. OLE color: 5690589.

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

Color convert

RGB22121286-
CMYK00.040.610.13
HSL56º66.5%60.2%-
HSV(B)56º61.09%86.67%-
XYZ55.0463.1318.09-
YUV200.3363.48142.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.58%
GREEN value IS 212 (83.20% from 255) = 40.85%
BLUE value IS 86 (33.98% from 255) = 16.57%
R=42.58%
G=40.85%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212128600.040.610.135666.560.2
HexDDD456043DD38433c
Octal3353241260475157010374
Binary11011101110101001010110010011110111011110001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD456; }

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

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

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

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

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

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

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

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