#DBD49A

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

Shades of Tahuna Sands #DBD49A

Tints of Tahuna Sands #DBD49A

Color information

#DBD49A (or 0xDBD49A) is unknown color: approx Tahuna Sands. HEX triplet: DB, D4 and 9A. RGB value is (219,212,154). Sum of RGB (Red+Green+Blue) = 219+212+154=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 212 (83.20% from 255 or 36.24% from 585); Blue value is 154 (60.55% from 255 or 26.32% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD49A is #242B65. Grayscale: #CFCFCF. Windows color (decimal): -2370406 or 10147035. OLE color: 10147035.

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

Color convert

RGB219212154-
CMYK00.030.300.14
HSL53.54º47.45%73.14%-
HSV(B)53.54º29.68%85.88%-
XYZ58.5964.4839.93-
YUV207.4897.82136.22-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.44%
GREEN value IS 212 (83.20% from 255) = 36.24%
BLUE value IS 154 (60.55% from 255) = 26.32%
R=37.44%
G=36.24%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921215400.030.300.1453.5447.4573.14
HexDBD49A031EE362f49
Octal3333242320336166657111
Binary1101101111010100100110100111111011101101101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD49A; }

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

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

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

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

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

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

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

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