#DFD35C

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

Shades of Manz #DFD35C

Tints of Manz #DFD35C

Color information

#DFD35C (or 0xDFD35C) is unknown color: approx Manz. HEX triplet: DF, D3 and 5C. RGB value is (223,211,92). Sum of RGB (Red+Green+Blue) = 223+211+92=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 92 (36.33% from 255 or 17.49% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD35C is #202CA3. Grayscale: #C9C9C9. Windows color (decimal): -2108580 or 6083551. OLE color: 6083551.

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

Color convert

RGB22321192-
CMYK00.050.590.13
HSL54.5º67.18%61.76%-
HSV(B)54.5º58.74%87.45%-
XYZ55.6663.0519.36-
YUV201.0266.48143.68-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.40%
GREEN value IS 211 (82.81% from 255) = 40.11%
BLUE value IS 92 (36.33% from 255) = 17.49%
R=42.40%
G=40.11%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232119200.050.590.1354.567.1861.76
HexDFD35C053BD37433e
Octal3373231340573156710376
Binary11011111110100111011100010111101111011101111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD35C; }

 p { color: rgb(223,211,92); }

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

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

 a { background-color: rgb(223,211,92); }

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

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

 span { border-color: rgb(223,211,92); }

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