#DDD85F

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

Shades of Manz #DDD85F

Tints of Manz #DDD85F

Color information

#DDD85F (or 0xDDD85F) is unknown color: approx Manz. HEX triplet: DD, D8 and 5F. RGB value is (221,216,95). Sum of RGB (Red+Green+Blue) = 221+216+95=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 216 (84.77% from 255 or 40.60% from 532); Blue value is 95 (37.5% from 255 or 17.86% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD85F is #2227A0. Grayscale: #CCCCCC. Windows color (decimal): -2238369 or 6281437. OLE color: 6281437.

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

Color convert

RGB22121695-
CMYK00.020.570.13
HSL57.62º64.95%61.96%-
HSV(B)57.62º57.01%86.67%-
XYZ56.4465.3120.46-
YUV203.766.66140.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.54%
GREEN value IS 216 (84.77% from 255) = 40.60%
BLUE value IS 95 (37.5% from 255) = 17.86%
R=41.54%
G=40.60%
B=17.86%

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
Decimal2212169500.020.570.1357.6264.9561.96
HexDDD85F0239D3a413e
Octal3353301370271157210176
Binary1101110111011000101111101011100111011110101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD85F; }

 p { color: rgb(221,216,95); }

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

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

 a { background-color: rgb(221,216,95); }

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

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

 span { border-color: rgb(221,216,95); }

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