#DBD290

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

Shades of Tahuna Sands #DBD290

Tints of Tahuna Sands #DBD290

Color information

#DBD290 (or 0xDBD290) is unknown color: approx Tahuna Sands. HEX triplet: DB, D2 and 90. RGB value is (219,210,144). Sum of RGB (Red+Green+Blue) = 219+210+144=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 210 (82.42% from 255 or 36.65% from 573); Blue value is 144 (56.64% from 255 or 25.13% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD290 is #242D6F. Grayscale: #CDCDCD. Windows color (decimal): -2370928 or 9491163. OLE color: 9491163.

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

Color convert

RGB219210144-
CMYK00.040.340.14
HSL52.8º51.02%71.18%-
HSV(B)52.8º34.25%85.88%-
XYZ57.2963.1735.56-
YUV205.1793.48137.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.22%
GREEN value IS 210 (82.42% from 255) = 36.65%
BLUE value IS 144 (56.64% from 255) = 25.13%
R=38.22%
G=36.65%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921014400.040.340.1452.851.0271.18
HexDBD2900422E353347
Octal3333222200442166563107
Binary110110111101001010010000010010001011101101011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD290; }

 p { color: rgb(219,210,144); }

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

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

 a { background-color: rgb(219,210,144); }

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

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

 span { border-color: rgb(219,210,144); }

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