#DFDA50

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

Shades of Manz #DFDA50

Tints of Manz #DFDA50

Color information

#DFDA50 (or 0xDFDA50) is unknown color: approx Manz. HEX triplet: DF, DA and 50. RGB value is (223,218,80). Sum of RGB (Red+Green+Blue) = 223+218+80=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 80 (31.64% from 255 or 15.36% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDA50 is #2025AF. Grayscale: #CCCCCC. Windows color (decimal): -2106800 or 5298911. OLE color: 5298911.

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

Color convert

RGB22321880-
CMYK00.020.640.13
HSL57.9º69.08%59.41%-
HSV(B)57.9º64.13%87.45%-
XYZ56.9566.4117.41-
YUV203.7658.16141.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.80%
GREEN value IS 218 (85.55% from 255) = 41.84%
BLUE value IS 80 (31.64% from 255) = 15.36%
R=42.80%
G=41.84%
B=15.36%

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
Decimal2232188000.020.640.1357.969.0859.41
HexDFDA500240D3a453b
Octal33733212002100157210573
Binary11011111110110101010000010100000011011110101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDA50; }

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

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

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

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

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

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

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

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