#DBC993

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

Shades of Tahuna Sands #DBC993

Tints of Tahuna Sands #DBC993

Color information

#DBC993 (or 0xDBC993) is unknown color: approx Tahuna Sands. HEX triplet: DB, C9 and 93. RGB value is (219,201,147). Sum of RGB (Red+Green+Blue) = 219+201+147=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 147 (57.81% from 255 or 25.93% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC993 is #24366C. Grayscale: #C8C8C8. Windows color (decimal): -2373229 or 9685467. OLE color: 9685467.

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

Color convert

RGB219201147-
CMYK00.080.330.14
HSL45º50%71.76%-
HSV(B)45º32.88%85.88%-
XYZ55.3758.9436.06-
YUV200.2397.96141.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.62%
GREEN value IS 201 (78.91% from 255) = 35.45%
BLUE value IS 147 (57.81% from 255) = 25.93%
R=38.62%
G=35.45%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920114700.080.330.14455071.76
HexDBC9930821E2d3248
Octal33331122301041165562110
Binary1101101111001001100100110100010000111101011011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC993; }

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

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

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

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

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

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

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

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