#DFD55C

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

Shades of Manz #DFD55C

Tints of Manz #DFD55C

Color information

#DFD55C (or 0xDFD55C) is unknown color: approx Manz. HEX triplet: DF, D5 and 5C. RGB value is (223,213,92). Sum of RGB (Red+Green+Blue) = 223+213+92=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 92 (36.33% from 255 or 17.42% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD55C is #202AA3. Grayscale: #CACACA. Windows color (decimal): -2108068 or 6084063. OLE color: 6084063.

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

Color convert

RGB22321392-
CMYK00.040.590.13
HSL55.42º67.18%61.76%-
HSV(B)55.42º58.74%87.45%-
XYZ56.1664.0519.53-
YUV202.265.81142.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.23%
GREEN value IS 213 (83.59% from 255) = 40.34%
BLUE value IS 92 (36.33% from 255) = 17.42%
R=42.23%
G=40.34%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232139200.040.590.1355.4267.1861.76
HexDFD55C043BD37433e
Octal3373251340473156710376
Binary11011111110101011011100010011101111011101111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD55C; }

 p { color: rgb(223,213,92); }

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

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

 a { background-color: rgb(223,213,92); }

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

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

 span { border-color: rgb(223,213,92); }

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