#DBCFA0

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

Shades of Tahuna Sands #DBCFA0

Tints of Tahuna Sands #DBCFA0

Color information

#DBCFA0 (or 0xDBCFA0) is unknown color: approx Tahuna Sands. HEX triplet: DB, CF and A0. RGB value is (219,207,160). Sum of RGB (Red+Green+Blue) = 219+207+160=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 160 (62.89% from 255 or 27.30% from 586); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCFA0 is #24305F. Grayscale: #CDCDCD. Windows color (decimal): -2371680 or 10538971. OLE color: 10538971.

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

Color convert

RGB219207160-
CMYK00.050.270.14
HSL47.8º45.04%74.31%-
HSV(B)47.8º26.94%85.88%-
XYZ57.8762.2242.22-
YUV205.23102.48137.82-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.37%
GREEN value IS 207 (81.25% from 255) = 35.32%
BLUE value IS 160 (62.89% from 255) = 27.30%
R=37.37%
G=35.32%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920716000.050.270.1447.845.0474.31
HexDBCFA0051BE302d4a
Octal3333172400533166055112
Binary11011011110011111010000001011101111101100001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCFA0; }

 p { color: rgb(219,207,160); }

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

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

 a { background-color: rgb(219,207,160); }

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

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

 span { border-color: rgb(219,207,160); }

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