#DBD195

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

Shades of Tahuna Sands #DBD195

Tints of Tahuna Sands #DBD195

Color information

#DBD195 (or 0xDBD195) is unknown color: approx Tahuna Sands. HEX triplet: DB, D1 and 95. RGB value is (219,209,149). Sum of RGB (Red+Green+Blue) = 219+209+149=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 209 (82.03% from 255 or 36.22% from 577); Blue value is 149 (58.59% from 255 or 25.82% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD195 is #242E6A. Grayscale: #CDCDCD. Windows color (decimal): -2371179 or 9818587. OLE color: 9818587.

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

Color convert

RGB219209149-
CMYK00.050.320.14
HSL51.43º49.3%72.16%-
HSV(B)51.43º31.96%85.88%-
XYZ57.4462.8337.53-
YUV205.1596.31137.88-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.95%
GREEN value IS 209 (82.03% from 255) = 36.22%
BLUE value IS 149 (58.59% from 255) = 25.82%
R=37.95%
G=36.22%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920914900.050.320.1451.4349.372.16
HexDBD1950520E333148
Octal3333212250540166361110
Binary110110111101000110010101010110000011101100111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD195; }

 p { color: rgb(219,209,149); }

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

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

 a { background-color: rgb(219,209,149); }

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

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

 span { border-color: rgb(219,209,149); }

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