#DBD192

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

Shades of Tahuna Sands #DBD192

Tints of Tahuna Sands #DBD192

Color information

#DBD192 (or 0xDBD192) is unknown color: approx Tahuna Sands. HEX triplet: DB, D1 and 92. RGB value is (219,209,146). Sum of RGB (Red+Green+Blue) = 219+209+146=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 209 (82.03% from 255 or 36.41% from 574); Blue value is 146 (57.42% from 255 or 25.44% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD192 is #242E6D. Grayscale: #CDCDCD. Windows color (decimal): -2371182 or 9621979. OLE color: 9621979.

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

Color convert

RGB219209146-
CMYK00.050.330.14
HSL51.78º50.34%71.57%-
HSV(B)51.78º33.33%85.88%-
XYZ57.262.7436.29-
YUV204.8194.81138.12-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.15%
GREEN value IS 209 (82.03% from 255) = 36.41%
BLUE value IS 146 (57.42% from 255) = 25.44%
R=38.15%
G=36.41%
B=25.44%

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
Decimal21920914600.050.330.1451.7850.3471.57
HexDBD1920521E343248
Octal3333212220541166462110
Binary110110111101000110010010010110000111101101001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD192; }

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

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

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

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

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

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

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

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