#DBCD9C

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

Shades of Tahuna Sands #DBCD9C

Tints of Tahuna Sands #DBCD9C

Color information

#DBCD9C (or 0xDBCD9C) is unknown color: approx Tahuna Sands. HEX triplet: DB, CD and 9C. RGB value is (219,205,156). Sum of RGB (Red+Green+Blue) = 219+205+156=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 156 (61.33% from 255 or 26.90% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCD9C is #243263. Grayscale: #CBCBCB. Windows color (decimal): -2372196 or 10276315. OLE color: 10276315.

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

Color convert

RGB219205156-
CMYK00.060.290.14
HSL46.67º46.67%73.53%-
HSV(B)46.67º28.77%85.88%-
XYZ57.0561.1240.24-
YUV203.6101.14138.98-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.76%
GREEN value IS 205 (80.47% from 255) = 35.34%
BLUE value IS 156 (61.33% from 255) = 26.90%
R=37.76%
G=35.34%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920515600.060.290.1446.6746.6773.53
HexDBCD9C061DE2f2f4a
Octal3333152340635165757112
Binary11011011110011011001110001101110111101011111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCD9C; }

 p { color: rgb(219,205,156); }

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

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

 a { background-color: rgb(219,205,156); }

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

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

 span { border-color: rgb(219,205,156); }

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