#DFDC50

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

Shades of Manz #DFDC50

Tints of Manz #DFDC50

Color information

#DFDC50 (or 0xDFDC50) is unknown color: approx Manz. HEX triplet: DF, DC and 50. RGB value is (223,220,80). Sum of RGB (Red+Green+Blue) = 223+220+80=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 80 (31.64% from 255 or 15.30% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC50 is #2023AF. Grayscale: #CDCDCD. Windows color (decimal): -2106288 or 5299423. OLE color: 5299423.

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

Color convert

RGB22322080-
CMYK00.010.640.13
HSL58.74º69.08%59.41%-
HSV(B)58.74º64.13%87.45%-
XYZ57.4767.4517.58-
YUV204.9457.49140.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.64%
GREEN value IS 220 (86.33% from 255) = 42.07%
BLUE value IS 80 (31.64% from 255) = 15.30%
R=42.64%
G=42.07%
B=15.30%

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
Decimal2232208000.010.640.1358.7469.0859.41
HexDFDC500140D3b453b
Octal33733412001100157310573
Binary1101111111011100101000001100000011011110111000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDC50; }

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

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

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

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

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

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

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

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