#DAD395

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

Shades of Tahuna Sands #DAD395

Tints of Tahuna Sands #DAD395

Color information

#DAD395 (or 0xDAD395) is unknown color: approx Tahuna Sands. HEX triplet: DA, D3 and 95. RGB value is (218,211,149). Sum of RGB (Red+Green+Blue) = 218+211+149=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 211 (82.81% from 255 or 36.51% from 578); Blue value is 149 (58.59% from 255 or 25.78% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD395 is #252C6A. Grayscale: #CECECE. Windows color (decimal): -2436203 or 9819098. OLE color: 9819098.

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

Color convert

RGB218211149-
CMYK00.030.320.15
HSL53.91º48.25%71.96%-
HSV(B)53.91º31.65%85.49%-
XYZ57.6363.6637.68-
YUV206.0295.82136.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.72%
GREEN value IS 211 (82.81% from 255) = 36.51%
BLUE value IS 149 (58.59% from 255) = 25.78%
R=37.72%
G=36.51%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821114900.030.320.1553.9148.2571.96
HexDAD3950320F363048
Octal3323232250340176660110
Binary11011010110100111001010101110000011111101101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD395; }

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

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

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

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

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

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

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

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