#DFD74D

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

Shades of Manz #DFD74D

Tints of Manz #DFD74D

Color information

#DFD74D (or 0xDFD74D) is unknown color: approx Manz. HEX triplet: DF, D7 and 4D. RGB value is (223,215,77). Sum of RGB (Red+Green+Blue) = 223+215+77=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 215 (84.38% from 255 or 41.75% from 515); Blue value is 77 (30.47% from 255 or 14.95% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD74D is #2028B2. Grayscale: #CACACA. Windows color (decimal): -2107571 or 5101535. OLE color: 5101535.

HSL color Cylindrical-coordinate representation of color #DFD74D: hue angle of 56.71º degrees, saturation: 0.7, 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 #DFD74D is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB22321577-
CMYK00.040.650.13
HSL56.71º69.52%58.82%-
HSV(B)56.71º65.47%87.45%-
XYZ56.0764.8216.58-
YUV201.6657.65143.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.30%
GREEN value IS 215 (84.38% from 255) = 41.75%
BLUE value IS 77 (30.47% from 255) = 14.95%
R=43.30%
G=41.75%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232157700.040.650.1356.7169.5258.82
HexDFD74D0441D39463b
Octal33732711504101157110673
Binary110111111101011110011010100100000111011110011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD74D; }

 p { color: rgb(223,215,77); }

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

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

 a { background-color: rgb(223,215,77); }

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

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

 span { border-color: rgb(223,215,77); }

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