#DBCA9E

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

Shades of Tahuna Sands #DBCA9E

Tints of Tahuna Sands #DBCA9E

Color information

#DBCA9E (or 0xDBCA9E) is unknown color: approx Tahuna Sands. HEX triplet: DB, CA and 9E. RGB value is (219,202,158). Sum of RGB (Red+Green+Blue) = 219+202+158=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 158 (62.11% from 255 or 27.29% from 579); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCA9E is #243561. Grayscale: #CACACA. Windows color (decimal): -2372962 or 10406619. OLE color: 10406619.

HSL color Cylindrical-coordinate representation of color #DBCA9E: hue angle of 43.28º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBCA9E is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB219202158-
CMYK00.080.280.14
HSL43.28º45.86%73.92%-
HSV(B)43.28º27.85%85.88%-
XYZ56.5159.7740.91-
YUV202.07103.13140.08-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.82%
GREEN value IS 202 (79.30% from 255) = 34.89%
BLUE value IS 158 (62.11% from 255) = 27.29%
R=37.82%
G=34.89%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920215800.080.280.1443.2845.8673.92
HexDBCA9E081CE2b2e4a
Octal33331223601034165356112
Binary110110111100101010011110010001110011101010111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCA9E; }

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

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

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

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

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

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

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

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