#DBCD98

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

Shades of Tahuna Sands #DBCD98

Tints of Tahuna Sands #DBCD98

Color information

#DBCD98 (or 0xDBCD98) is unknown color: approx Tahuna Sands. HEX triplet: DB, CD and 98. RGB value is (219,205,152). Sum of RGB (Red+Green+Blue) = 219+205+152=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 152 (59.77% from 255 or 26.39% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCD98 is #243267. Grayscale: #CBCBCB. Windows color (decimal): -2372200 or 10014171. OLE color: 10014171.

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

Color convert

RGB219205152-
CMYK00.060.310.14
HSL47.46º48.2%72.75%-
HSV(B)47.46º30.59%85.88%-
XYZ56.7160.9938.49-
YUV203.1499.14139.31-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.02%
GREEN value IS 205 (80.47% from 255) = 35.59%
BLUE value IS 152 (59.77% from 255) = 26.39%
R=38.02%
G=35.59%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920515200.060.310.1447.4648.272.75
HexDBCD98061FE2f3049
Octal3333152300637165760111
Binary11011011110011011001100001101111111101011111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCD98; }

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

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

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

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

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

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

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

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