#DFC69A

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

Shades of Raffia #DFC69A

Tints of Raffia #DFC69A

Color information

#DFC69A (or 0xDFC69A) is unknown color: approx Raffia. HEX triplet: DF, C6 and 9A. RGB value is (223,198,154). Sum of RGB (Red+Green+Blue) = 223+198+154=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 198 (77.73% from 255 or 34.43% from 575); Blue value is 154 (60.55% from 255 or 26.78% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC69A is #203965. Grayscale: #C8C8C8. Windows color (decimal): -2111846 or 10143455. OLE color: 10143455.

HSL color Cylindrical-coordinate representation of color #DFC69A: hue angle of 38.26º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFC69A is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB223198154-
CMYK00.110.310.13
HSL38.26º51.88%73.92%-
HSV(B)38.26º30.94%87.45%-
XYZ56.4658.4138.87-
YUV200.46101.78144.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.78%
GREEN value IS 198 (77.73% from 255) = 34.43%
BLUE value IS 154 (60.55% from 255) = 26.78%
R=38.78%
G=34.43%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319815400.110.310.1338.2651.8873.92
HexDFC69A0B1FD26344a
Octal33730623201337154664112
Binary110111111100011010011010010111111111011001101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC69A; }

 p { color: rgb(223,198,154); }

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

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

 a { background-color: rgb(223,198,154); }

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

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

 span { border-color: rgb(223,198,154); }

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