#DBD095

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

Shades of Tahuna Sands #DBD095

Tints of Tahuna Sands #DBD095

Color information

#DBD095 (or 0xDBD095) is unknown color: approx Tahuna Sands. HEX triplet: DB, D0 and 95. RGB value is (219,208,149). Sum of RGB (Red+Green+Blue) = 219+208+149=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 208 (81.64% from 255 or 36.11% from 576); Blue value is 149 (58.59% from 255 or 25.87% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD095 is #242F6A. Grayscale: #CCCCCC. Windows color (decimal): -2371435 or 9818331. OLE color: 9818331.

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

Color convert

RGB219208149-
CMYK00.050.320.14
HSL50.57º49.3%72.16%-
HSV(B)50.57º31.96%85.88%-
XYZ57.1962.3437.45-
YUV204.5696.64138.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.02%
GREEN value IS 208 (81.64% from 255) = 36.11%
BLUE value IS 149 (58.59% from 255) = 25.87%
R=38.02%
G=36.11%
B=25.87%

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
Decimal21920814900.050.320.1450.5749.372.16
HexDBD0950520E333148
Octal3333202250540166361110
Binary110110111101000010010101010110000011101100111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD095; }

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

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

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

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

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

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

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

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