#DBCA91

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

Shades of Tahuna Sands #DBCA91

Tints of Tahuna Sands #DBCA91

Color information

#DBCA91 (or 0xDBCA91) is unknown color: approx Tahuna Sands. HEX triplet: DB, CA and 91. RGB value is (219,202,145). Sum of RGB (Red+Green+Blue) = 219+202+145=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 145 (57.03% from 255 or 25.62% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCA91 is #24356E. Grayscale: #C8C8C8. Windows color (decimal): -2372975 or 9554651. OLE color: 9554651.

HSL color Cylindrical-coordinate representation of color #DBCA91: hue angle of 46.22º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBCA91 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB219202145-
CMYK00.080.340.14
HSL46.22º50.68%71.37%-
HSV(B)46.22º33.79%85.88%-
XYZ55.4459.3535.32-
YUV200.5896.63141.13-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.69%
GREEN value IS 202 (79.30% from 255) = 35.69%
BLUE value IS 145 (57.03% from 255) = 25.62%
R=38.69%
G=35.69%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920214500.080.340.1446.2250.6871.37
HexDBCA910822E2e3347
Octal33331222101042165663107
Binary1101101111001010100100010100010001011101011101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCA91; }

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

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

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

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

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

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

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

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