#DFD661

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

Shades of Manz #DFD661

Tints of Manz #DFD661

Color information

#DFD661 (or 0xDFD661) is unknown color: approx Manz. HEX triplet: DF, D6 and 61. RGB value is (223,214,97). Sum of RGB (Red+Green+Blue) = 223+214+97=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 214 (83.98% from 255 or 40.07% from 534); Blue value is 97 (38.28% from 255 or 18.16% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD661 is #20299E. Grayscale: #CBCBCB. Windows color (decimal): -2107807 or 6411999. OLE color: 6411999.

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

Color convert

RGB22321497-
CMYK00.040.570.13
HSL55.71º66.32%62.75%-
HSV(B)55.71º56.5%87.45%-
XYZ56.6464.6420.8-
YUV203.3567.98142.01-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.76%
GREEN value IS 214 (83.98% from 255) = 40.07%
BLUE value IS 97 (38.28% from 255) = 18.16%
R=41.76%
G=40.07%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232149700.040.570.1355.7166.3262.75
HexDFD6610439D38423f
Octal3373261410471157010277
Binary11011111110101101100001010011100111011110001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD661; }

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

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

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

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

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

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

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

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