#DFDD50

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

Shades of Manz #DFDD50

Tints of Manz #DFDD50

Color information

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

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

Color convert

RGB22322180-
CMYK00.010.640.13
HSL59.16º69.08%59.41%-
HSV(B)59.16º64.13%87.45%-
XYZ57.7467.9817.67-
YUV205.5257.16140.46-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232218000.010.640.1359.1669.0859.41
HexDFDD500140D3b453b
Octal33733512001100157310573
Binary1101111111011101101000001100000011011110111000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDD50; }

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

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

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

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

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

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

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

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