#DBD193

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

Shades of Tahuna Sands #DBD193

Tints of Tahuna Sands #DBD193

Color information

#DBD193 (or 0xDBD193) is unknown color: approx Tahuna Sands. HEX triplet: DB, D1 and 93. RGB value is (219,209,147). Sum of RGB (Red+Green+Blue) = 219+209+147=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 209 (82.03% from 255 or 36.35% from 575); Blue value is 147 (57.81% from 255 or 25.57% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD193 is #242E6C. Grayscale: #CDCDCD. Windows color (decimal): -2371181 or 9687515. OLE color: 9687515.

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

Color convert

RGB219209147-
CMYK00.050.330.14
HSL51.67º50%71.76%-
HSV(B)51.67º32.88%85.88%-
XYZ57.2862.7736.7-
YUV204.9295.31138.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.09%
GREEN value IS 209 (82.03% from 255) = 36.35%
BLUE value IS 147 (57.81% from 255) = 25.57%
R=38.09%
G=36.35%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920914700.050.330.1451.675071.76
HexDBD1930521E343248
Octal3333212230541166462110
Binary110110111101000110010011010110000111101101001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD193; }

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

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

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

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

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

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

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

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