#DBCBA1

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

Shades of Raffia #DBCBA1

Tints of Raffia #DBCBA1

Color information

#DBCBA1 (or 0xDBCBA1) is unknown color: approx Raffia. HEX triplet: DB, CB and A1. RGB value is (219,203,161). Sum of RGB (Red+Green+Blue) = 219+203+161=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 161 (63.28% from 255 or 27.62% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCBA1 is #24345E. Grayscale: #CBCBCB. Windows color (decimal): -2372703 or 10603483. OLE color: 10603483.

HSL color Cylindrical-coordinate representation of color #DBCBA1: hue angle of 43.45º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBCBA1 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB219203161-
CMYK00.070.260.14
HSL43.45º44.62%74.51%-
HSV(B)43.45º26.48%85.88%-
XYZ5760.3542.36-
YUV203104.3139.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.56%
GREEN value IS 203 (79.69% from 255) = 34.82%
BLUE value IS 161 (63.28% from 255) = 27.62%
R=37.56%
G=34.82%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920316100.070.260.1443.4544.6274.51
HexDBCBA1071AE2b2d4b
Octal3333132410732165355113
Binary11011011110010111010000101111101011101010111011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCBA1; }

 p { color: rgb(219,203,161); }

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

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

 a { background-color: rgb(219,203,161); }

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

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

 span { border-color: rgb(219,203,161); }

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