#DCBF9D

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

Shades of Raffia #DCBF9D

Tints of Raffia #DCBF9D

Color information

#DCBF9D (or 0xDCBF9D) is unknown color: approx Raffia. HEX triplet: DC, BF and 9D. RGB value is (220,191,157). Sum of RGB (Red+Green+Blue) = 220+191+157=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 157 (61.72% from 255 or 27.64% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBF9D is #234062. Grayscale: #C3C3C3. Windows color (decimal): -2310243 or 10338268. OLE color: 10338268.

HSL color Cylindrical-coordinate representation of color #DCBF9D: hue angle of 32.38º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCBF9D is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB220191157-
CMYK00.130.290.14
HSL32.38º47.37%73.92%-
HSV(B)32.38º28.64%86.27%-
XYZ54.2354.9139.64-
YUV195.8106.11145.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.73%
GREEN value IS 191 (75% from 255) = 33.63%
BLUE value IS 157 (61.72% from 255) = 27.64%
R=38.73%
G=33.63%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019115700.130.290.1432.3847.3773.92
HexDCBF9D0D1DE202f4a
Octal33427723501535164057112
Binary110111001011111110011101011011110111101000001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBF9D; }

 p { color: rgb(220,191,157); }

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

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

 a { background-color: rgb(220,191,157); }

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

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

 span { border-color: rgb(220,191,157); }

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