#DFC856

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

Shades of Festival #DFC856

Tints of Festival #DFC856

Color information

#DFC856 (or 0xDFC856) is unknown color: approx Festival. HEX triplet: DF, C8 and 56. RGB value is (223,200,86). Sum of RGB (Red+Green+Blue) = 223+200+86=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 200 (78.52% from 255 or 39.29% from 509); Blue value is 86 (33.98% from 255 or 16.90% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC856 is #2037A9. Grayscale: #C2C2C2. Windows color (decimal): -2111402 or 5687519. OLE color: 5687519.

HSL color Cylindrical-coordinate representation of color #DFC856: hue angle of 49.93º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DFC856 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB22320086-
CMYK00.100.610.13
HSL49.93º68.16%60.59%-
HSV(B)49.93º61.43%87.45%-
XYZ52.7757.6717.15-
YUV193.8867.12148.77-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.81%
GREEN value IS 200 (78.52% from 255) = 39.29%
BLUE value IS 86 (33.98% from 255) = 16.90%
R=43.81%
G=39.29%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232008600.100.610.1349.9368.1660.59
HexDFC8560A3DD32443d
Octal33731012601275156210475
Binary110111111100100010101100101011110111011100101000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC856; }

 p { color: rgb(223,200,86); }

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

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

 a { background-color: rgb(223,200,86); }

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

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

 span { border-color: rgb(223,200,86); }

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