#DDD162

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

Shades of Manz #DDD162

Tints of Manz #DDD162

Color information

#DDD162 (or 0xDDD162) is unknown color: approx Manz. HEX triplet: DD, D1 and 62. RGB value is (221,209,98). Sum of RGB (Red+Green+Blue) = 221+209+98=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 98 (38.67% from 255 or 18.56% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD162 is #222E9D. Grayscale: #C8C8C8. Windows color (decimal): -2240158 or 6476253. OLE color: 6476253.

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

Color convert

RGB22120998-
CMYK00.050.560.13
HSL54.15º64.4%62.55%-
HSV(B)54.15º55.66%86.67%-
XYZ54.8261.8520.6-
YUV199.9370.48143.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.86%
GREEN value IS 209 (82.03% from 255) = 39.58%
BLUE value IS 98 (38.67% from 255) = 18.56%
R=41.86%
G=39.58%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212099800.050.560.1354.1564.462.55
HexDDD1620538D36403f
Octal3353211420570156610077
Binary11011101110100011100010010111100011011101101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD162; }

 p { color: rgb(221,209,98); }

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

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

 a { background-color: rgb(221,209,98); }

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

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

 span { border-color: rgb(221,209,98); }

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