#DBCD9A

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

Shades of Tahuna Sands #DBCD9A

Tints of Tahuna Sands #DBCD9A

Color information

#DBCD9A (or 0xDBCD9A) is unknown color: approx Tahuna Sands. HEX triplet: DB, CD and 9A. RGB value is (219,205,154). Sum of RGB (Red+Green+Blue) = 219+205+154=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 154 (60.55% from 255 or 26.64% from 578); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCD9A is #243265. Grayscale: #CBCBCB. Windows color (decimal): -2372198 or 10145243. OLE color: 10145243.

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

Color convert

RGB219205154-
CMYK00.060.300.14
HSL47.08º47.45%73.14%-
HSV(B)47.08º29.68%85.88%-
XYZ56.8861.0639.36-
YUV203.37100.14139.15-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.89%
GREEN value IS 205 (80.47% from 255) = 35.47%
BLUE value IS 154 (60.55% from 255) = 26.64%
R=37.89%
G=35.47%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920515400.060.300.1447.0847.4573.14
HexDBCD9A061EE2f2f49
Octal3333152320636165757111
Binary11011011110011011001101001101111011101011111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCD9A; }

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

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

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

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

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

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

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

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