#DBD18E

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

Shades of Tahuna Sands #DBD18E

Tints of Tahuna Sands #DBD18E

Color information

#DBD18E (or 0xDBD18E) is unknown color: approx Tahuna Sands. HEX triplet: DB, D1 and 8E. RGB value is (219,209,142). Sum of RGB (Red+Green+Blue) = 219+209+142=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 209 (82.03% from 255 or 36.67% from 570); Blue value is 142 (55.86% from 255 or 24.91% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD18E is #242E71. Grayscale: #CCCCCC. Windows color (decimal): -2371186 or 9359835. OLE color: 9359835.

HSL color Cylindrical-coordinate representation of color #DBD18E: hue angle of 52.21º 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 #DBD18E is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB219209142-
CMYK00.050.350.14
HSL52.21º51.68%70.78%-
HSV(B)52.21º35.16%85.88%-
XYZ56.962.6134.68-
YUV204.3592.81138.45-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.42%
GREEN value IS 209 (82.03% from 255) = 36.67%
BLUE value IS 142 (55.86% from 255) = 24.91%
R=38.42%
G=36.67%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920914200.050.350.1452.2151.6870.78
HexDBD18E0523E343447
Octal3333212160543166464107
Binary110110111101000110001110010110001111101101001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD18E; }

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

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

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

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

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

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

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

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