#DBCA96

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

Shades of Tahuna Sands #DBCA96

Tints of Tahuna Sands #DBCA96

Color information

#DBCA96 (or 0xDBCA96) is unknown color: approx Tahuna Sands. HEX triplet: DB, CA and 96. RGB value is (219,202,150). Sum of RGB (Red+Green+Blue) = 219+202+150=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 150 (58.98% from 255 or 26.27% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCA96 is #243569. Grayscale: #C9C9C9. Windows color (decimal): -2372970 or 9882331. OLE color: 9882331.

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

Color convert

RGB219202150-
CMYK00.080.320.14
HSL45.22º48.94%72.35%-
HSV(B)45.22º31.51%85.88%-
XYZ55.8459.537.4-
YUV201.1699.13140.73-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.35%
GREEN value IS 202 (79.30% from 255) = 35.38%
BLUE value IS 150 (58.98% from 255) = 26.27%
R=38.35%
G=35.38%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920215000.080.320.1445.2248.9472.35
HexDBCA960820E2d3148
Octal33331222601040165561110
Binary1101101111001010100101100100010000011101011011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCA96; }

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

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

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

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

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

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

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

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