#DBCA9A

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

Shades of Tahuna Sands #DBCA9A

Tints of Tahuna Sands #DBCA9A

Color information

#DBCA9A (or 0xDBCA9A) is unknown color: approx Tahuna Sands. HEX triplet: DB, CA and 9A. RGB value is (219,202,154). Sum of RGB (Red+Green+Blue) = 219+202+154=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 154 (60.55% from 255 or 26.78% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCA9A is #243565. Grayscale: #C9C9C9. Windows color (decimal): -2372966 or 10144475. OLE color: 10144475.

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

Color convert

RGB219202154-
CMYK00.080.300.14
HSL44.31º47.45%73.14%-
HSV(B)44.31º29.68%85.88%-
XYZ56.1759.6339.12-
YUV201.61101.13140.4-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.09%
GREEN value IS 202 (79.30% from 255) = 35.13%
BLUE value IS 154 (60.55% from 255) = 26.78%
R=38.09%
G=35.13%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920215400.080.300.1444.3147.4573.14
HexDBCA9A081EE2c2f49
Octal33331223201036165457111
Binary110110111100101010011010010001111011101011001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCA9A; }

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

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

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

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

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

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

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

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