#DBD294

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

Shades of Tahuna Sands #DBD294

Tints of Tahuna Sands #DBD294

Color information

#DBD294 (or 0xDBD294) is unknown color: approx Tahuna Sands. HEX triplet: DB, D2 and 94. RGB value is (219,210,148). Sum of RGB (Red+Green+Blue) = 219+210+148=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 148 (58.20% from 255 or 25.65% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD294 is #242D6B. Grayscale: #CDCDCD. Windows color (decimal): -2370924 or 9753307. OLE color: 9753307.

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

Color convert

RGB219210148-
CMYK00.040.320.14
HSL52.39º49.65%71.96%-
HSV(B)52.39º32.42%85.88%-
XYZ57.6163.2937.2-
YUV205.6295.48137.54-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.95%
GREEN value IS 210 (82.42% from 255) = 36.40%
BLUE value IS 148 (58.20% from 255) = 25.65%
R=37.95%
G=36.40%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921014800.040.320.1452.3949.6571.96
HexDBD2940420E343248
Octal3333222240440166462110
Binary110110111101001010010100010010000011101101001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD294; }

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

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

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

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

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

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

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

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