#DCBE9E

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

Shades of Raffia #DCBE9E

Tints of Raffia #DCBE9E

Color information

#DCBE9E (or 0xDCBE9E) is unknown color: approx Raffia. HEX triplet: DC, BE and 9E. RGB value is (220,190,158). Sum of RGB (Red+Green+Blue) = 220+190+158=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 190 (74.61% from 255 or 33.45% from 568); Blue value is 158 (62.11% from 255 or 27.82% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBE9E is #234161. Grayscale: #C3C3C3. Windows color (decimal): -2310498 or 10403548. OLE color: 10403548.

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

Color convert

RGB220190158-
CMYK00.140.280.14
HSL30.97º46.97%74.12%-
HSV(B)30.97º28.18%86.27%-
XYZ54.154.5140.02-
YUV195.32106.94145.6-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.73%
GREEN value IS 190 (74.61% from 255) = 33.45%
BLUE value IS 158 (62.11% from 255) = 27.82%
R=38.73%
G=33.45%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019015800.140.280.1430.9746.9774.12
HexDCBE9E0E1CE1f2f4a
Octal33427623601634163757112
Binary11011100101111101001111001110111001110111111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBE9E; }

 p { color: rgb(220,190,158); }

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

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

 a { background-color: rgb(220,190,158); }

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

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

 span { border-color: rgb(220,190,158); }

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