#DBCB9A

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

Shades of Tahuna Sands #DBCB9A

Tints of Tahuna Sands #DBCB9A

Color information

#DBCB9A (or 0xDBCB9A) is unknown color: approx Tahuna Sands. HEX triplet: DB, CB and 9A. RGB value is (219,203,154). Sum of RGB (Red+Green+Blue) = 219+203+154=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 154 (60.55% from 255 or 26.74% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCB9A is #243465. Grayscale: #CACACA. Windows color (decimal): -2372710 or 10144731. OLE color: 10144731.

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

Color convert

RGB219203154-
CMYK00.070.300.14
HSL45.23º47.45%73.14%-
HSV(B)45.23º29.68%85.88%-
XYZ56.460.1139.2-
YUV202.2100.8139.98-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.02%
GREEN value IS 203 (79.69% from 255) = 35.24%
BLUE value IS 154 (60.55% from 255) = 26.74%
R=38.02%
G=35.24%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920315400.070.300.1445.2347.4573.14
HexDBCB9A071EE2d2f49
Octal3333132320736165557111
Binary11011011110010111001101001111111011101011011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCB9A; }

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

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

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

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

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

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

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

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