#DFDC55

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

Shades of Manz #DFDC55

Tints of Manz #DFDC55

Color information

#DFDC55 (or 0xDFDC55) is unknown color: approx Manz. HEX triplet: DF, DC and 55. RGB value is (223,220,85). Sum of RGB (Red+Green+Blue) = 223+220+85=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 85 (33.59% from 255 or 16.10% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC55 is #2023AA. Grayscale: #CECECE. Windows color (decimal): -2106283 or 5627103. OLE color: 5627103.

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

Color convert

RGB22322085-
CMYK00.010.620.13
HSL58.7º68.32%60.39%-
HSV(B)58.7º61.88%87.45%-
XYZ57.6667.5318.59-
YUV205.5159.99140.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.23%
GREEN value IS 220 (86.33% from 255) = 41.67%
BLUE value IS 85 (33.59% from 255) = 16.10%
R=42.23%
G=41.67%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232208500.010.620.1358.768.3260.39
HexDFDC55013ED3b443c
Octal3373341250176157310474
Binary110111111101110010101010111111011011110111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDC55; }

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

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

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

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

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

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

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

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