#DDDF50

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

Shades of Manz #DDDF50

Tints of Manz #DDDF50

Color information

#DDDF50 (or 0xDDDF50) is unknown color: approx Manz. HEX triplet: DD, DF and 50. RGB value is (221,223,80). Sum of RGB (Red+Green+Blue) = 221+223+80=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 80 (31.64% from 255 or 15.27% from 524); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDF50 is #2220AF. Grayscale: #CECECE. Windows color (decimal): -2236592 or 5300189. OLE color: 5300189.

HSL color Cylindrical-coordinate representation of color #DDDF50: hue angle of 60.84º degrees, saturation: 0.69, 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 #DDDF50 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB22122380-
CMYK0.0100.640.13
HSL60.84º69.08%59.41%-
HSV(B)60.84º64.13%87.45%-
XYZ57.6568.7317.82-
YUV206.156.84138.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.18%
GREEN value IS 223 (87.5% from 255) = 42.56%
BLUE value IS 80 (31.64% from 255) = 15.27%
R=42.18%
G=42.56%
B=15.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221223800.0100.640.1360.8469.0859.41
HexDDDF501040D3d453b
Octal33533712010100157510573
Binary1101110111011111101000010100000011011111011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDF50; }

 p { color: rgb(221,223,80); }

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

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

 a { background-color: rgb(221,223,80); }

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

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

 span { border-color: rgb(221,223,80); }

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