Html Css Color HEX #DFC959 Festival

📋 copy color: '#DFC959'

red 223 ◦ green 201 ◦ blue 89

#DFC959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Festival #DFC959

Tints of Festival #DFC959

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 value IS 0

 M value IS 0.10

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DFC959 (or 0xDFC959) is known color: 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

RGB 223 201 89 -
CMYK 0 0.10 0.60 0.13
HSL 50.15º 0.68% 0.61% -
HSV(B) 50.15º 0.6% 0.87% -
XYZ 53.12 58.18 17.88 -
YUV 194.81 68.29 148.11 -
System Red Green Blue C M Y K H S L
Decimal 223 201 89 0 0.10 0.60 0.13 50.15 0.68 0.61
Hex DF C9 59 0 A 3C D 32 44 3D
Octal 337 311 131 0 12 74 15 62 104 75
Binary 11011111 11001001 1011001 0 1010 111100 1101 110010 1000100 111101

Color Harmonies of #DFC959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC959

Black with #DFC959

Text Example


Text Example

White with #DFC959

Text Example


Text Example

HTML Codes & Css Web 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>