#DDD259

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

Shades of Manz #DDD259

Tints of Manz #DDD259

Color information

#DDD259 (or 0xDDD259) is unknown color: approx Manz. HEX triplet: DD, D2 and 59. RGB value is (221,210,89). Sum of RGB (Red+Green+Blue) = 221+210+89=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 89 (35.16% from 255 or 17.12% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD259 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD259 is #222DA6. Grayscale: #C7C7C7. Windows color (decimal): -2239911 or 5886685. OLE color: 5886685.

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

Color convert

RGB22121089-
CMYK00.050.600.13
HSL55º66%60.78%-
HSV(B)55º59.73%86.67%-
XYZ54.6762.1918.57-
YUV199.565.64143.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.5%
GREEN value IS 210 (82.42% from 255) = 40.38%
BLUE value IS 89 (35.16% from 255) = 17.12%
R=42.5%
G=40.38%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212108900.050.600.13556660.78
HexDDD259053CD37423d
Octal3353221310574156710275
Binary11011101110100101011001010111110011011101111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD259; }

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

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

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

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

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

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

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

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