#DBCC9E

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

Shades of Tahuna Sands #DBCC9E

Tints of Tahuna Sands #DBCC9E

Color information

#DBCC9E (or 0xDBCC9E) is unknown color: approx Tahuna Sands. HEX triplet: DB, CC and 9E. RGB value is (219,204,158). Sum of RGB (Red+Green+Blue) = 219+204+158=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 158 (62.11% from 255 or 27.19% from 581); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCC9E is #243361. Grayscale: #CBCBCB. Windows color (decimal): -2372450 or 10407131. OLE color: 10407131.

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

Color convert

RGB219204158-
CMYK00.070.280.14
HSL45.25º45.86%73.92%-
HSV(B)45.25º27.85%85.88%-
XYZ56.9860.7141.06-
YUV203.24102.47139.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.69%
GREEN value IS 204 (80.08% from 255) = 35.11%
BLUE value IS 158 (62.11% from 255) = 27.19%
R=37.69%
G=35.11%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920415800.070.280.1445.2545.8673.92
HexDBCC9E071CE2d2e4a
Octal3333142360734165556112
Binary11011011110011001001111001111110011101011011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCC9E; }

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

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

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

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

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

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

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

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