#DFD354

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

Shades of Manz #DFD354

Tints of Manz #DFD354

Color information

#DFD354 (or 0xDFD354) is unknown color: approx Manz. HEX triplet: DF, D3 and 54. RGB value is (223,211,84). Sum of RGB (Red+Green+Blue) = 223+211+84=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 211 (82.81% from 255 or 40.73% from 518); Blue value is 84 (33.20% from 255 or 16.22% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD354 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD354 is #202CAB. Grayscale: #C8C8C8. Windows color (decimal): -2108588 or 5559263. OLE color: 5559263.

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

Color convert

RGB22321184-
CMYK00.050.620.13
HSL54.82º68.47%60.2%-
HSV(B)54.82º62.33%87.45%-
XYZ55.3362.9217.62-
YUV200.1162.48144.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.05%
GREEN value IS 211 (82.81% from 255) = 40.73%
BLUE value IS 84 (33.20% from 255) = 16.22%
R=43.05%
G=40.73%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232118400.050.620.1354.8268.4760.2
HexDFD354053ED37443c
Octal3373231240576156710474
Binary11011111110100111010100010111111011011101111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD354; }

 p { color: rgb(223,211,84); }

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

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

 a { background-color: rgb(223,211,84); }

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

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

 span { border-color: rgb(223,211,84); }

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