#dfd05d

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

Shades of Manz #DFD05D

Tints of Manz #DFD05D

Color information

#DFD05D (or 0xDFD05D) is unknown color: approx Manz. HEX triplet: DF, D0 and 5D. RGB value is (223,208,93). Sum of RGB (Red+Green+Blue) = 223+208+93=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 93 (36.72% from 255 or 17.75% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD05D is #202FA2. Grayscale: #C7C7C7. Windows color (decimal): -2109347 or 6148319. OLE color: 6148319.

HSL color Cylindrical-coordinate representation of color #DFD05D: hue angle of 53.08º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DFD05D is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB22320893-
CMYK00.070.580.13
HSL53.08º67.01%61.96%-
HSV(B)53.08º58.3%87.45%-
XYZ54.9661.5919.35-
YUV199.3767.97144.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.56%
GREEN value IS 208 (81.64% from 255) = 39.69%
BLUE value IS 93 (36.72% from 255) = 17.75%
R=42.56%
G=39.69%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232089300.070.580.1353.0867.0161.96
HexDFD05D073AD35433e
Octal3373201350772156510376
Binary11011111110100001011101011111101011011101011000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfd05d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfd05d; }

 p { color: rgb(223,208,93); }

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

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

 a { background-color: rgb(223,208,93); }

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

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

 span { border-color: rgb(223,208,93); }

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