#DFCA9D

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

Shades of Raffia #DFCA9D

Tints of Raffia #DFCA9D

Color information

#DFCA9D (or 0xDFCA9D) is unknown color: approx Raffia. HEX triplet: DF, CA and 9D. RGB value is (223,202,157). Sum of RGB (Red+Green+Blue) = 223+202+157=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 157 (61.72% from 255 or 26.98% from 582); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCA9D is #203562. Grayscale: #CBCBCB. Windows color (decimal): -2110819 or 10341087. OLE color: 10341087.

HSL color Cylindrical-coordinate representation of color #DFCA9D: hue angle of 40.91º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFCA9D is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB223202157-
CMYK00.090.300.13
HSL40.91º50.77%74.51%-
HSV(B)40.91º29.6%87.45%-
XYZ57.6460.3640.51-
YUV203.15101.96142.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.32%
GREEN value IS 202 (79.30% from 255) = 34.71%
BLUE value IS 157 (61.72% from 255) = 26.98%
R=38.32%
G=34.71%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320215700.090.300.1340.9150.7774.51
HexDFCA9D091ED29334b
Octal33731223501136155163113
Binary110111111100101010011101010011111011011010011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCA9D; }

 p { color: rgb(223,202,157); }

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

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

 a { background-color: rgb(223,202,157); }

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

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

 span { border-color: rgb(223,202,157); }

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