#DBD49C

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

Shades of Tahuna Sands #DBD49C

Tints of Tahuna Sands #DBD49C

Color information

#DBD49C (or 0xDBD49C) is unknown color: approx Tahuna Sands. HEX triplet: DB, D4 and 9C. RGB value is (219,212,156). Sum of RGB (Red+Green+Blue) = 219+212+156=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 212 (83.20% from 255 or 36.12% from 587); Blue value is 156 (61.33% from 255 or 26.58% from 587); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD49C is #242B63. Grayscale: #CFCFCF. Windows color (decimal): -2370404 or 10278107. OLE color: 10278107.

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

Color convert

RGB219212156-
CMYK00.030.290.14
HSL53.33º46.67%73.53%-
HSV(B)53.33º28.77%85.88%-
XYZ58.7664.5540.81-
YUV207.7198.82136.05-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.31%
GREEN value IS 212 (83.20% from 255) = 36.12%
BLUE value IS 156 (61.33% from 255) = 26.58%
R=37.31%
G=36.12%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921215600.030.290.1453.3346.6773.53
HexDBD49C031DE352f4a
Octal3333242340335166557112
Binary1101101111010100100111000111110111101101011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD49C; }

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

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

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

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

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

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

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

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