#DBBE9C

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

Shades of Raffia #DBBE9C

Tints of Raffia #DBBE9C

Color information

#DBBE9C (or 0xDBBE9C) is unknown color: approx Raffia. HEX triplet: DB, BE and 9C. RGB value is (219,190,156). Sum of RGB (Red+Green+Blue) = 219+190+156=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 156 (61.33% from 255 or 27.61% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBE9C is #244163. Grayscale: #C2C2C2. Windows color (decimal): -2376036 or 10272475. OLE color: 10272475.

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

Color convert

RGB219190156-
CMYK00.130.290.14
HSL32.38º46.67%73.53%-
HSV(B)32.38º28.77%85.88%-
XYZ53.6354.2939.1-
YUV194.79106.11145.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.76%
GREEN value IS 190 (74.61% from 255) = 33.63%
BLUE value IS 156 (61.33% from 255) = 27.61%
R=38.76%
G=33.63%
B=27.61%

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
Decimal21919015600.130.290.1432.3846.6773.53
HexDBBE9C0D1DE202f4a
Octal33327623401535164057112
Binary110110111011111010011100011011110111101000001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBE9C; }

 p { color: rgb(219,190,156); }

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

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

 a { background-color: rgb(219,190,156); }

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

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

 span { border-color: rgb(219,190,156); }

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