#DBD194

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

Shades of Tahuna Sands #DBD194

Tints of Tahuna Sands #DBD194

Color information

#DBD194 (or 0xDBD194) is unknown color: approx Tahuna Sands. HEX triplet: DB, D1 and 94. RGB value is (219,209,148). Sum of RGB (Red+Green+Blue) = 219+209+148=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 209 (82.03% from 255 or 36.28% from 576); Blue value is 148 (58.20% from 255 or 25.69% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD194 is #242E6B. Grayscale: #CDCDCD. Windows color (decimal): -2371180 or 9753051. OLE color: 9753051.

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

Color convert

RGB219209148-
CMYK00.050.320.14
HSL51.55º49.65%71.96%-
HSV(B)51.55º32.42%85.88%-
XYZ57.3662.837.12-
YUV205.0495.81137.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.02%
GREEN value IS 209 (82.03% from 255) = 36.28%
BLUE value IS 148 (58.20% from 255) = 25.69%
R=38.02%
G=36.28%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920914800.050.320.1451.5549.6571.96
HexDBD1940520E343248
Octal3333212240540166462110
Binary110110111101000110010100010110000011101101001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD194; }

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

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

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

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

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

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

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

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