#DBCC99

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

Shades of Tahuna Sands #DBCC99

Tints of Tahuna Sands #DBCC99

Color information

#DBCC99 (or 0xDBCC99) is unknown color: approx Tahuna Sands. HEX triplet: DB, CC and 99. RGB value is (219,204,153). Sum of RGB (Red+Green+Blue) = 219+204+153=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 153 (60.16% from 255 or 26.56% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCC99 is #243366. Grayscale: #CACACA. Windows color (decimal): -2372455 or 10079451. OLE color: 10079451.

HSL color Cylindrical-coordinate representation of color #DBCC99: hue angle of 46.36º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBCC99 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB219204153-
CMYK00.070.300.14
HSL46.36º47.83%72.94%-
HSV(B)46.36º30.14%85.88%-
XYZ56.5660.5538.84-
YUV202.6799.97139.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.02%
GREEN value IS 204 (80.08% from 255) = 35.42%
BLUE value IS 153 (60.16% from 255) = 26.56%
R=38.02%
G=35.42%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920415300.070.300.1446.3647.8372.94
HexDBCC99071EE2e3049
Octal3333142310736165660111
Binary11011011110011001001100101111111011101011101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCC99; }

 p { color: rgb(219,204,153); }

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

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

 a { background-color: rgb(219,204,153); }

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

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

 span { border-color: rgb(219,204,153); }

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