#DBCF9B

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

Shades of Tahuna Sands #DBCF9B

Tints of Tahuna Sands #DBCF9B

Color information

#DBCF9B (or 0xDBCF9B) is unknown color: approx Tahuna Sands. HEX triplet: DB, CF and 9B. RGB value is (219,207,155). Sum of RGB (Red+Green+Blue) = 219+207+155=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 155 (60.94% from 255 or 26.68% from 581); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCF9B is #243064. Grayscale: #CCCCCC. Windows color (decimal): -2371685 or 10211291. OLE color: 10211291.

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

Color convert

RGB219207155-
CMYK00.050.290.14
HSL48.75º47.06%73.33%-
HSV(B)48.75º29.22%85.88%-
XYZ57.4462.0539.96-
YUV204.6699.98138.23-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.69%
GREEN value IS 207 (81.25% from 255) = 35.63%
BLUE value IS 155 (60.94% from 255) = 26.68%
R=37.69%
G=35.63%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920715500.050.290.1448.7547.0673.33
HexDBCF9B051DE312f49
Octal3333172330535166157111
Binary11011011110011111001101101011110111101100011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCF9B; }

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

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

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

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

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

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

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

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