#DFCDA4

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

Shades of Raffia #DFCDA4

Tints of Raffia #DFCDA4

Color information

#DFCDA4 (or 0xDFCDA4) is unknown color: approx Raffia. HEX triplet: DF, CD and A4. RGB value is (223,205,164). Sum of RGB (Red+Green+Blue) = 223+205+164=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 164 (64.45% from 255 or 27.70% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCDA4 is #20325B. Grayscale: #CDCDCD. Windows color (decimal): -2110044 or 10800607. OLE color: 10800607.

HSL color Cylindrical-coordinate representation of color #DFCDA4: hue angle of 41.69º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFCDA4 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB223205164-
CMYK00.080.260.13
HSL41.69º47.97%75.88%-
HSV(B)41.69º26.46%87.45%-
XYZ58.9662.0343.99-
YUV205.71104.46140.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.67%
GREEN value IS 205 (80.47% from 255) = 34.63%
BLUE value IS 164 (64.45% from 255) = 27.70%
R=37.67%
G=34.63%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320516400.080.260.1341.6947.9775.88
HexDFCDA4081AD2a304c
Octal33731524401032155260114
Binary110111111100110110100100010001101011011010101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCDA4; }

 p { color: rgb(223,205,164); }

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

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

 a { background-color: rgb(223,205,164); }

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

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

 span { border-color: rgb(223,205,164); }

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