#DBCC93

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

Shades of Tahuna Sands #DBCC93

Tints of Tahuna Sands #DBCC93

Color information

#DBCC93 (or 0xDBCC93) is unknown color: approx Tahuna Sands. HEX triplet: DB, CC and 93. RGB value is (219,204,147). Sum of RGB (Red+Green+Blue) = 219+204+147=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 147 (57.81% from 255 or 25.79% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCC93 is #24336C. Grayscale: #CACACA. Windows color (decimal): -2372461 or 9686235. OLE color: 9686235.

HSL color Cylindrical-coordinate representation of color #DBCC93: hue angle of 47.5º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBCC93 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB219204147-
CMYK00.070.330.14
HSL47.5º50%71.76%-
HSV(B)47.5º32.88%85.88%-
XYZ56.0760.3536.3-
YUV201.9996.97140.13-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.42%
GREEN value IS 204 (80.08% from 255) = 35.79%
BLUE value IS 147 (57.81% from 255) = 25.79%
R=38.42%
G=35.79%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920414700.070.330.1447.55071.76
HexDBCC930721E303248
Octal3333142230741166062110
Binary110110111100110010010011011110000111101100001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCC93; }

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

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

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

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

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

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

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

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