#DAD095

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

Shades of Tahuna Sands #DAD095

Tints of Tahuna Sands #DAD095

Color information

#DAD095 (or 0xDAD095) is unknown color: approx Tahuna Sands. HEX triplet: DA, D0 and 95. RGB value is (218,208,149). Sum of RGB (Red+Green+Blue) = 218+208+149=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 149 (58.59% from 255 or 25.91% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD095 is #252F6A. Grayscale: #CCCCCC. Windows color (decimal): -2436971 or 9818330. OLE color: 9818330.

HSL color Cylindrical-coordinate representation of color #DAD095: hue angle of 51.3º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAD095 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB218208149-
CMYK00.050.320.15
HSL51.3º48.25%71.96%-
HSV(B)51.3º31.65%85.49%-
XYZ56.8962.1937.44-
YUV204.2696.81137.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.91%
GREEN value IS 208 (81.64% from 255) = 36.17%
BLUE value IS 149 (58.59% from 255) = 25.91%
R=37.91%
G=36.17%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820814900.050.320.1551.348.2571.96
HexDAD0950520F333048
Octal3323202250540176360110
Binary110110101101000010010101010110000011111100111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD095; }

 p { color: rgb(218,208,149); }

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

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

 a { background-color: rgb(218,208,149); }

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

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

 span { border-color: rgb(218,208,149); }

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