#DBC29B

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

Shades of Raffia #DBC29B

Tints of Raffia #DBC29B

Color information

#DBC29B (or 0xDBC29B) is unknown color: approx Raffia. HEX triplet: DB, C2 and 9B. RGB value is (219,194,155). Sum of RGB (Red+Green+Blue) = 219+194+155=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 155 (60.94% from 255 or 27.29% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC29B is #243D64. Grayscale: #C5C5C5. Windows color (decimal): -2375013 or 10207963. OLE color: 10207963.

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

Color convert

RGB219194155-
CMYK00.110.290.14
HSL36.56º47.06%73.33%-
HSV(B)36.56º29.22%85.88%-
XYZ54.4256.0138.95-
YUV197.03104.28143.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.56%
GREEN value IS 194 (76.17% from 255) = 34.15%
BLUE value IS 155 (60.94% from 255) = 27.29%
R=38.56%
G=34.15%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919415500.110.290.1436.5647.0673.33
HexDBC29B0B1DE252f49
Octal33330223301335164557111
Binary110110111100001010011011010111110111101001011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC29B; }

 p { color: rgb(219,194,155); }

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

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

 a { background-color: rgb(219,194,155); }

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

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

 span { border-color: rgb(219,194,155); }

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