#DBCC97

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

Shades of Tahuna Sands #DBCC97

Tints of Tahuna Sands #DBCC97

Color information

#DBCC97 (or 0xDBCC97) is unknown color: approx Tahuna Sands. HEX triplet: DB, CC and 97. RGB value is (219,204,151). Sum of RGB (Red+Green+Blue) = 219+204+151=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 151 (59.38% from 255 or 26.31% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCC97 is #243368. Grayscale: #CACACA. Windows color (decimal): -2372457 or 9948379. OLE color: 9948379.

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

Color convert

RGB219204151-
CMYK00.070.310.14
HSL46.76º48.57%72.55%-
HSV(B)46.76º31.05%85.88%-
XYZ56.3960.4837.98-
YUV202.4498.97139.81-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.15%
GREEN value IS 204 (80.08% from 255) = 35.54%
BLUE value IS 151 (59.38% from 255) = 26.31%
R=38.15%
G=35.54%
B=26.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920415100.070.310.1446.7648.5772.55
HexDBCC97071FE2f3149
Octal3333142270737165761111
Binary11011011110011001001011101111111111101011111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCC97; }

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

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

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

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

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

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

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

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