#DFD44E

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

Shades of Manz #DFD44E

Tints of Manz #DFD44E

Color information

#DFD44E (or 0xDFD44E) is unknown color: approx Manz. HEX triplet: DF, D4 and 4E. RGB value is (223,212,78). Sum of RGB (Red+Green+Blue) = 223+212+78=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 212 (83.20% from 255 or 41.33% from 513); Blue value is 78 (30.86% from 255 or 15.20% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD44E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD44E is #202BB1. Grayscale: #C8C8C8. Windows color (decimal): -2108338 or 5166303. OLE color: 5166303.

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

Color convert

RGB22321278-
CMYK00.050.650.13
HSL55.45º69.38%59.02%-
HSV(B)55.45º65.02%87.45%-
XYZ55.3563.3316.51-
YUV200.0159.14144.4-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.47%
GREEN value IS 212 (83.20% from 255) = 41.33%
BLUE value IS 78 (30.86% from 255) = 15.20%
R=43.47%
G=41.33%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232127800.050.650.1355.4569.3859.02
HexDFD44E0541D37453b
Octal33732411605101156710573
Binary110111111101010010011100101100000111011101111000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD44E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD44E; }

 p { color: rgb(223,212,78); }

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

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

 a { background-color: rgb(223,212,78); }

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

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

 span { border-color: rgb(223,212,78); }

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