#DFCC5B

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

Shades of Manz #DFCC5B

Tints of Manz #DFCC5B

Color information

#DFCC5B (or 0xDFCC5B) is unknown color: approx Manz. HEX triplet: DF, CC and 5B. RGB value is (223,204,91). Sum of RGB (Red+Green+Blue) = 223+204+91=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 91 (35.94% from 255 or 17.57% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC5B is #2033A4. Grayscale: #C5C5C5. Windows color (decimal): -2110373 or 6016223. OLE color: 6016223.

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

Color convert

RGB22320491-
CMYK00.090.590.13
HSL51.36º67.35%61.57%-
HSV(B)51.36º59.19%87.45%-
XYZ53.9159.6318.57-
YUV196.868.29146.69-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.05%
GREEN value IS 204 (80.08% from 255) = 39.38%
BLUE value IS 91 (35.94% from 255) = 17.57%
R=43.05%
G=39.38%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232049100.090.590.1351.3667.3561.57
HexDFCC5B093BD33433e
Octal33731413301173156310376
Binary110111111100110010110110100111101111011100111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCC5B; }

 p { color: rgb(223,204,91); }

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

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

 a { background-color: rgb(223,204,91); }

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

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

 span { border-color: rgb(223,204,91); }

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