#DFD64C

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

Shades of Manz #DFD64C

Tints of Manz #DFD64C

Color information

#DFD64C (or 0xDFD64C) is unknown color: approx Manz. HEX triplet: DF, D6 and 4C. RGB value is (223,214,76). Sum of RGB (Red+Green+Blue) = 223+214+76=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 76 (30.08% from 255 or 14.81% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD64C is #2029B3. Grayscale: #C9C9C9. Windows color (decimal): -2107828 or 5035743. OLE color: 5035743.

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

Color convert

RGB22321476-
CMYK00.040.660.13
HSL56.33º69.67%58.63%-
HSV(B)56.33º65.92%87.45%-
XYZ55.7864.316.31-
YUV200.9657.48143.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.47%
GREEN value IS 214 (83.98% from 255) = 41.72%
BLUE value IS 76 (30.08% from 255) = 14.81%
R=43.47%
G=41.72%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232147600.040.660.1356.3369.6758.63
HexDFD64C0442D38463b
Octal33732611404102157010673
Binary110111111101011010011000100100001011011110001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD64C; }

 p { color: rgb(223,214,76); }

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

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

 a { background-color: rgb(223,214,76); }

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

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

 span { border-color: rgb(223,214,76); }

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