#DFCA9E

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

Shades of Raffia #DFCA9E

Tints of Raffia #DFCA9E

Color information

#DFCA9E (or 0xDFCA9E) is unknown color: approx Raffia. HEX triplet: DF, CA and 9E. RGB value is (223,202,158). Sum of RGB (Red+Green+Blue) = 223+202+158=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 158 (62.11% from 255 or 27.10% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCA9E is #203561. Grayscale: #CBCBCB. Windows color (decimal): -2110818 or 10406623. OLE color: 10406623.

HSL color Cylindrical-coordinate representation of color #DFCA9E: hue angle of 40.62º 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 #DFCA9E is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB223202158-
CMYK00.090.290.13
HSL40.62º50.39%74.71%-
HSV(B)40.62º29.15%87.45%-
XYZ57.7260.440.96-
YUV203.26102.46142.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.25%
GREEN value IS 202 (79.30% from 255) = 34.65%
BLUE value IS 158 (62.11% from 255) = 27.10%
R=38.25%
G=34.65%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320215800.090.290.1340.6250.3974.71
HexDFCA9E091DD29324b
Octal33731223601135155162113
Binary110111111100101010011110010011110111011010011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCA9E; }

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

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

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

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

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

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

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

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