#dfd962

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

Shades of Manz #DFD962

Tints of Manz #DFD962

Color information

#DFD962 (or 0xDFD962) is unknown color: approx Manz. HEX triplet: DF, D9 and 62. RGB value is (223,217,98). Sum of RGB (Red+Green+Blue) = 223+217+98=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 98 (38.67% from 255 or 18.22% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD962 is #20269D. Grayscale: #CDCDCD. Windows color (decimal): -2107038 or 6478303. OLE color: 6478303.

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

Color convert

RGB22321798-
CMYK00.030.560.13
HSL57.12º66.14%62.94%-
HSV(B)57.12º56.05%87.45%-
XYZ57.4566.221.3-
YUV205.2367.49140.68-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.45%
GREEN value IS 217 (85.16% from 255) = 40.33%
BLUE value IS 98 (38.67% from 255) = 18.22%
R=41.45%
G=40.33%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232179800.030.560.1357.1266.1462.94
HexDFD9620338D39423f
Octal3373311420370157110277
Binary1101111111011001110001001111100011011110011000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfd962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfd962; }

 p { color: rgb(223,217,98); }

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

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

 a { background-color: rgb(223,217,98); }

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

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

 span { border-color: rgb(223,217,98); }

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