#DFC297

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

Shades of Raffia #DFC297

Tints of Raffia #DFC297

Color information

#DFC297 (or 0xDFC297) is unknown color: approx Raffia. HEX triplet: DF, C2 and 97. RGB value is (223,194,151). Sum of RGB (Red+Green+Blue) = 223+194+151=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 151 (59.38% from 255 or 26.58% from 568); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC297 is #203D68. Grayscale: #C5C5C5. Windows color (decimal): -2112873 or 9945823. OLE color: 9945823.

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

Color convert

RGB223194151-
CMYK00.130.320.13
HSL35.83º52.94%73.33%-
HSV(B)35.83º32.29%87.45%-
XYZ55.3156.5137.27-
YUV197.77101.61146-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.26%
GREEN value IS 194 (76.17% from 255) = 34.15%
BLUE value IS 151 (59.38% from 255) = 26.58%
R=39.26%
G=34.15%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319415100.130.320.1335.8352.9473.33
HexDFC2970D20D243549
Octal33730222701540154465111
Binary1101111111000010100101110110110000011011001001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC297; }

 p { color: rgb(223,194,151); }

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

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

 a { background-color: rgb(223,194,151); }

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

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

 span { border-color: rgb(223,194,151); }

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