#DBC997

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

Shades of Tahuna Sands #DBC997

Tints of Tahuna Sands #DBC997

Color information

#DBC997 (or 0xDBC997) is unknown color: approx Tahuna Sands. HEX triplet: DB, C9 and 97. RGB value is (219,201,151). Sum of RGB (Red+Green+Blue) = 219+201+151=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 201 (78.91% from 255 or 35.20% from 571); Blue value is 151 (59.38% from 255 or 26.44% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC997 is #243668. Grayscale: #C8C8C8. Windows color (decimal): -2373225 or 9947611. OLE color: 9947611.

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

Color convert

RGB219201151-
CMYK00.080.310.14
HSL44.12º48.57%72.55%-
HSV(B)44.12º31.05%85.88%-
XYZ55.6959.0737.74-
YUV200.6899.96141.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.35%
GREEN value IS 201 (78.91% from 255) = 35.20%
BLUE value IS 151 (59.38% from 255) = 26.44%
R=38.35%
G=35.20%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920115100.080.310.1444.1248.5772.55
HexDBC997081FE2c3149
Octal33331122701037165461111
Binary110110111100100110010111010001111111101011001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC997; }

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

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

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

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

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

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

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

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