#DBCAA1

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

Shades of Raffia #DBCAA1

Tints of Raffia #DBCAA1

Color information

#DBCAA1 (or 0xDBCAA1) is unknown color: approx Raffia. HEX triplet: DB, CA and A1. RGB value is (219,202,161). Sum of RGB (Red+Green+Blue) = 219+202+161=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 161 (63.28% from 255 or 27.66% from 582); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCAA1 is #24355E. Grayscale: #CACACA. Windows color (decimal): -2372959 or 10603227. OLE color: 10603227.

HSL color Cylindrical-coordinate representation of color #DBCAA1: hue angle of 42.41º 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 #DBCAA1 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB219202161-
CMYK00.080.260.14
HSL42.41º44.62%74.51%-
HSV(B)42.41º26.48%85.88%-
XYZ56.7759.8742.28-
YUV202.41104.63139.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.63%
GREEN value IS 202 (79.30% from 255) = 34.71%
BLUE value IS 161 (63.28% from 255) = 27.66%
R=37.63%
G=34.71%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920216100.080.260.1442.4144.6274.51
HexDBCAA1081AE2a2d4b
Octal33331224101032165255113
Binary110110111100101010100001010001101011101010101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCAA1; }

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

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

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

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

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

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

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

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