#DFC959

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

Shades of Festival #DFC959

Tints of Festival #DFC959

Color information

#DFC959 (or 0xDFC959) is unknown color: approx Festival. HEX triplet: DF, C9 and 59. RGB value is (223,201,89). Sum of RGB (Red+Green+Blue) = 223+201+89=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 201 (78.91% from 255 or 39.18% from 513); Blue value is 89 (35.16% from 255 or 17.35% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC959 is #2036A6. Grayscale: #C3C3C3. Windows color (decimal): -2111143 or 5884383. OLE color: 5884383.

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

Color convert

RGB22320189-
CMYK00.100.600.13
HSL50.15º67.68%61.18%-
HSV(B)50.15º60.09%87.45%-
XYZ53.1258.1817.88-
YUV194.8168.29148.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.47%
GREEN value IS 201 (78.91% from 255) = 39.18%
BLUE value IS 89 (35.16% from 255) = 17.35%
R=43.47%
G=39.18%
B=17.35%

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
Decimal2232018900.100.600.1350.1567.6861.18
HexDFC9590A3CD32443d
Octal33731113101274156210475
Binary110111111100100110110010101011110011011100101000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC959; }

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

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

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

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

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

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

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

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