#DAD18F

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

Shades of Tahuna Sands #DAD18F

Tints of Tahuna Sands #DAD18F

Color information

#DAD18F (or 0xDAD18F) is unknown color: approx Tahuna Sands. HEX triplet: DA, D1 and 8F. RGB value is (218,209,143). Sum of RGB (Red+Green+Blue) = 218+209+143=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 209 (82.03% from 255 or 36.67% from 570); Blue value is 143 (56.25% from 255 or 25.09% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD18F is #252E70. Grayscale: #CCCCCC. Windows color (decimal): -2436721 or 9425370. OLE color: 9425370.

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

Color convert

RGB218209143-
CMYK00.040.340.15
HSL52.8º50.34%70.78%-
HSV(B)52.8º34.4%85.49%-
XYZ56.6762.4935.06-
YUV204.1793.48137.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.25%
GREEN value IS 209 (82.03% from 255) = 36.67%
BLUE value IS 143 (56.25% from 255) = 25.09%
R=38.25%
G=36.67%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820914300.040.340.1552.850.3470.78
HexDAD18F0422F353247
Octal3323212170442176562107
Binary110110101101000110001111010010001011111101011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD18F; }

 p { color: rgb(218,209,143); }

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

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

 a { background-color: rgb(218,209,143); }

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

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

 span { border-color: rgb(218,209,143); }

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