#DDD960

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

Shades of Manz #DDD960

Tints of Manz #DDD960

Color information

#DDD960 (or 0xDDD960) is unknown color: approx Manz. HEX triplet: DD, D9 and 60. RGB value is (221,217,96). Sum of RGB (Red+Green+Blue) = 221+217+96=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 96 (37.89% from 255 or 17.98% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD960 is #22269F. Grayscale: #CCCCCC. Windows color (decimal): -2238112 or 6347229. OLE color: 6347229.

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

Color convert

RGB22121796-
CMYK00.020.570.13
HSL58.08º64.77%62.16%-
HSV(B)58.08º56.56%86.67%-
XYZ56.7465.8420.78-
YUV204.466.83139.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.39%
GREEN value IS 217 (85.16% from 255) = 40.64%
BLUE value IS 96 (37.89% from 255) = 17.98%
R=41.39%
G=40.64%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212179600.020.570.1358.0864.7762.16
HexDDD9600239D3a413e
Octal3353311400271157210176
Binary1101110111011001110000001011100111011110101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD960; }

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

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

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

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

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

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

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

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