#DFD360

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

Shades of Manz #DFD360

Tints of Manz #DFD360

Color information

#DFD360 (or 0xDFD360) is unknown color: approx Manz. HEX triplet: DF, D3 and 60. RGB value is (223,211,96). Sum of RGB (Red+Green+Blue) = 223+211+96=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 96 (37.89% from 255 or 18.11% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD360 is #202C9F. Grayscale: #C9C9C9. Windows color (decimal): -2108576 or 6345695. OLE color: 6345695.

HSL color Cylindrical-coordinate representation of color #DFD360: hue angle of 54.33º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFD360 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB22321196-
CMYK00.050.570.13
HSL54.33º66.49%62.55%-
HSV(B)54.33º56.95%87.45%-
XYZ55.8463.1220.31-
YUV201.4868.48143.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.08%
GREEN value IS 211 (82.81% from 255) = 39.81%
BLUE value IS 96 (37.89% from 255) = 18.11%
R=42.08%
G=39.81%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232119600.050.570.1354.3366.4962.55
HexDFD3600539D36423f
Octal3373231400571156610277
Binary11011111110100111100000010111100111011101101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD360; }

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

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

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

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

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

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

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

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