#DBC896

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

Shades of Tahuna Sands #DBC896

Tints of Tahuna Sands #DBC896

Color information

#DBC896 (or 0xDBC896) is unknown color: approx Tahuna Sands. HEX triplet: DB, C8 and 96. RGB value is (219,200,150). Sum of RGB (Red+Green+Blue) = 219+200+150=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 200 (78.52% from 255 or 35.15% from 569); Blue value is 150 (58.98% from 255 or 26.36% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC896 is #243769. Grayscale: #C8C8C8. Windows color (decimal): -2373482 or 9881819. OLE color: 9881819.

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

Color convert

RGB219200150-
CMYK00.090.320.14
HSL43.48º48.94%72.35%-
HSV(B)43.48º31.51%85.88%-
XYZ55.3758.5737.24-
YUV199.9899.79141.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.49%
GREEN value IS 200 (78.52% from 255) = 35.15%
BLUE value IS 150 (58.98% from 255) = 26.36%
R=38.49%
G=35.15%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920015000.090.320.1443.4848.9472.35
HexDBC8960920E2b3148
Octal33331022601140165361110
Binary1101101111001000100101100100110000011101010111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC896; }

 p { color: rgb(219,200,150); }

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

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

 a { background-color: rgb(219,200,150); }

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

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

 span { border-color: rgb(219,200,150); }

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