#DDD84F

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

Shades of Manz #DDD84F

Tints of Manz #DDD84F

Color information

#DDD84F (or 0xDDD84F) is unknown color: approx Manz. HEX triplet: DD, D8 and 4F. RGB value is (221,216,79). Sum of RGB (Red+Green+Blue) = 221+216+79=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 216 (84.77% from 255 or 41.86% from 516); Blue value is 79 (31.25% from 255 or 15.31% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD84F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD84F is #2227B0. Grayscale: #CACACA. Windows color (decimal): -2238385 or 5232861. OLE color: 5232861.

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

Color convert

RGB22121679-
CMYK00.020.640.13
HSL57.89º67.62%58.82%-
HSV(B)57.89º64.25%86.67%-
XYZ55.7965.0517.01-
YUV201.8858.66141.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.83%
GREEN value IS 216 (84.77% from 255) = 41.86%
BLUE value IS 79 (31.25% from 255) = 15.31%
R=42.83%
G=41.86%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212167900.020.640.1357.8967.6258.82
HexDDD84F0240D3a443b
Octal33533011702100157210473
Binary11011101110110001001111010100000011011110101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD84F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD84F; }

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

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

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

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

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

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

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

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