#DDD84C

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

Shades of Manz #DDD84C

Tints of Manz #DDD84C

Color information

#DDD84C (or 0xDDD84C) is unknown color: approx Manz. HEX triplet: DD, D8 and 4C. RGB value is (221,216,76). Sum of RGB (Red+Green+Blue) = 221+216+76=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 76 (30.08% from 255 or 14.81% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD84C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD84C is #2227B3. Grayscale: #CACACA. Windows color (decimal): -2238388 or 5036253. OLE color: 5036253.

HSL color Cylindrical-coordinate representation of color #DDD84C: hue angle of 57.93º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DDD84C is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB22121676-
CMYK00.020.660.13
HSL57.93º68.08%58.24%-
HSV(B)57.93º65.61%86.67%-
XYZ55.6865.0116.45-
YUV201.5357.16141.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.08%
GREEN value IS 216 (84.77% from 255) = 42.11%
BLUE value IS 76 (30.08% from 255) = 14.81%
R=43.08%
G=42.11%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212167600.020.660.1357.9368.0858.24
HexDDD84C0242D3a443a
Octal33533011402102157210472
Binary11011101110110001001100010100001011011110101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD84C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD84C; }

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

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

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

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

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

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

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

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