#DFCCA4

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

Shades of Raffia #DFCCA4

Tints of Raffia #DFCCA4

Color information

#DFCCA4 (or 0xDFCCA4) is unknown color: approx Raffia. HEX triplet: DF, CC and A4. RGB value is (223,204,164). Sum of RGB (Red+Green+Blue) = 223+204+164=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 164 (64.45% from 255 or 27.75% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCCA4 is #20335B. Grayscale: #CDCDCD. Windows color (decimal): -2110300 or 10800351. OLE color: 10800351.

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

Color convert

RGB223204164-
CMYK00.090.260.13
HSL40.68º47.97%75.88%-
HSV(B)40.68º26.46%87.45%-
XYZ58.7361.5543.91-
YUV205.12104.79140.75-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.73%
GREEN value IS 204 (80.08% from 255) = 34.52%
BLUE value IS 164 (64.45% from 255) = 27.75%
R=37.73%
G=34.52%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320416400.090.260.1340.6847.9775.88
HexDFCCA4091AD29304c
Octal33731424401132155160114
Binary110111111100110010100100010011101011011010011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCA4; }

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

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

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

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

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

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

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

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