#DBCD95

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

Shades of Tahuna Sands #DBCD95

Tints of Tahuna Sands #DBCD95

Color information

#DBCD95 (or 0xDBCD95) is unknown color: approx Tahuna Sands. HEX triplet: DB, CD and 95. RGB value is (219,205,149). Sum of RGB (Red+Green+Blue) = 219+205+149=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 149 (58.59% from 255 or 26.00% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCD95 is #24326A. Grayscale: #CBCBCB. Windows color (decimal): -2372203 or 9817563. OLE color: 9817563.

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

Color convert

RGB219205149-
CMYK00.060.320.14
HSL48º49.3%72.16%-
HSV(B)48º31.96%85.88%-
XYZ56.4760.8937.21-
YUV202.897.64139.55-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.22%
GREEN value IS 205 (80.47% from 255) = 35.78%
BLUE value IS 149 (58.59% from 255) = 26.00%
R=38.22%
G=35.78%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920514900.060.320.144849.372.16
HexDBCD950620E303148
Octal3333152250640166061110
Binary110110111100110110010101011010000011101100001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCD95; }

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

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

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

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

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

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

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

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