#DBCD8E

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

Shades of Tahuna Sands #DBCD8E

Tints of Tahuna Sands #DBCD8E

Color information

#DBCD8E (or 0xDBCD8E) is unknown color: approx Tahuna Sands. HEX triplet: DB, CD and 8E. RGB value is (219,205,142). Sum of RGB (Red+Green+Blue) = 219+205+142=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 142 (55.86% from 255 or 25.09% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCD8E is #243271. Grayscale: #CACACA. Windows color (decimal): -2372210 or 9358811. OLE color: 9358811.

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

Color convert

RGB219205142-
CMYK00.060.350.14
HSL49.09º51.68%70.78%-
HSV(B)49.09º35.16%85.88%-
XYZ55.9360.6834.36-
YUV20294.14140.12-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.69%
GREEN value IS 205 (80.47% from 255) = 36.22%
BLUE value IS 142 (55.86% from 255) = 25.09%
R=38.69%
G=36.22%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920514200.060.350.1449.0951.6870.78
HexDBCD8E0623E313447
Octal3333152160643166164107
Binary110110111100110110001110011010001111101100011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCD8E; }

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

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

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

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

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

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

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

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