#DFC859

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

Shades of Festival #DFC859

Tints of Festival #DFC859

Color information

#DFC859 (or 0xDFC859) is unknown color: approx Festival. HEX triplet: DF, C8 and 59. RGB value is (223,200,89). Sum of RGB (Red+Green+Blue) = 223+200+89=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 89 (35.16% from 255 or 17.38% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC859 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC859 is #2037A6. Grayscale: #C2C2C2. Windows color (decimal): -2111399 or 5884127. OLE color: 5884127.

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

Color convert

RGB22320089-
CMYK00.100.600.13
HSL49.7º67.68%61.18%-
HSV(B)49.7º60.09%87.45%-
XYZ52.8957.7217.8-
YUV194.2268.62148.53-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.55%
GREEN value IS 200 (78.52% from 255) = 39.06%
BLUE value IS 89 (35.16% from 255) = 17.38%
R=43.55%
G=39.06%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232008900.100.600.1349.767.6861.18
HexDFC8590A3CD32443d
Octal33731013101274156210475
Binary110111111100100010110010101011110011011100101000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC859; }

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

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

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

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

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

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

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

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