#DAD291

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

Shades of Tahuna Sands #DAD291

Tints of Tahuna Sands #DAD291

Color information

#DAD291 (or 0xDAD291) is unknown color: approx Tahuna Sands. HEX triplet: DA, D2 and 91. RGB value is (218,210,145). Sum of RGB (Red+Green+Blue) = 218+210+145=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 210 (82.42% from 255 or 36.65% from 573); Blue value is 145 (57.03% from 255 or 25.31% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD291 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD291 is #252D6E. Grayscale: #CDCDCD. Windows color (decimal): -2436463 or 9556698. OLE color: 9556698.

HSL color Cylindrical-coordinate representation of color #DAD291: hue angle of 53.42º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAD291 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB218210145-
CMYK00.040.330.15
HSL53.42º49.66%71.18%-
HSV(B)53.42º33.49%85.49%-
XYZ57.0763.0435.95-
YUV204.9894.15137.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.05%
GREEN value IS 210 (82.42% from 255) = 36.65%
BLUE value IS 145 (57.03% from 255) = 25.31%
R=38.05%
G=36.65%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821014500.040.330.1553.4249.6671.18
HexDAD2910421F353247
Octal3323222210441176562107
Binary110110101101001010010001010010000111111101011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD291; }

 p { color: rgb(218,210,145); }

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

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

 a { background-color: rgb(218,210,145); }

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

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

 span { border-color: rgb(218,210,145); }

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