#DFC69E

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

Shades of Raffia #DFC69E

Tints of Raffia #DFC69E

Color information

#DFC69E (or 0xDFC69E) is unknown color: approx Raffia. HEX triplet: DF, C6 and 9E. RGB value is (223,198,158). Sum of RGB (Red+Green+Blue) = 223+198+158=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 198 (77.73% from 255 or 34.20% from 579); Blue value is 158 (62.11% from 255 or 27.29% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC69E is #203961. Grayscale: #C9C9C9. Windows color (decimal): -2111842 or 10405599. OLE color: 10405599.

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

Color convert

RGB223198158-
CMYK00.110.290.13
HSL36.92º50.39%74.71%-
HSV(B)36.92º29.15%87.45%-
XYZ56.858.5440.65-
YUV200.92103.78143.75-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.51%
GREEN value IS 198 (77.73% from 255) = 34.20%
BLUE value IS 158 (62.11% from 255) = 27.29%
R=38.51%
G=34.20%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319815800.110.290.1336.9250.3974.71
HexDFC69E0B1DD25324b
Octal33730623601335154562113
Binary110111111100011010011110010111110111011001011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC69E; }

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

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

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

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

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

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

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

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