#DBCA95

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

Shades of Tahuna Sands #DBCA95

Tints of Tahuna Sands #DBCA95

Color information

#DBCA95 (or 0xDBCA95) is unknown color: approx Tahuna Sands. HEX triplet: DB, CA and 95. RGB value is (219,202,149). Sum of RGB (Red+Green+Blue) = 219+202+149=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCA95 is #24356A. Grayscale: #C9C9C9. Windows color (decimal): -2372971 or 9816795. OLE color: 9816795.

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

Color convert

RGB219202149-
CMYK00.080.320.14
HSL45.43º49.3%72.16%-
HSV(B)45.43º31.96%85.88%-
XYZ55.7659.4736.97-
YUV201.0498.63140.81-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.42%
GREEN value IS 202 (79.30% from 255) = 35.44%
BLUE value IS 149 (58.59% from 255) = 26.14%
R=38.42%
G=35.44%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920214900.080.320.1445.4349.372.16
HexDBCA950820E2d3148
Octal33331222501040165561110
Binary1101101111001010100101010100010000011101011011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCA95; }

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

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

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

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

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

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

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

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