#DAD392

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

Shades of Tahuna Sands #DAD392

Tints of Tahuna Sands #DAD392

Color information

#DAD392 (or 0xDAD392) is unknown color: approx Tahuna Sands. HEX triplet: DA, D3 and 92. RGB value is (218,211,146). Sum of RGB (Red+Green+Blue) = 218+211+146=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 211 (82.81% from 255 or 36.70% from 575); Blue value is 146 (57.42% from 255 or 25.39% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD392 is #252C6D. Grayscale: #CDCDCD. Windows color (decimal): -2436206 or 9622490. OLE color: 9622490.

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

Color convert

RGB218211146-
CMYK00.030.330.15
HSL54.17º49.32%71.37%-
HSV(B)54.17º33.03%85.49%-
XYZ57.463.5736.44-
YUV205.6894.32136.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.91%
GREEN value IS 211 (82.81% from 255) = 36.70%
BLUE value IS 146 (57.42% from 255) = 25.39%
R=37.91%
G=36.70%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821114600.030.330.1554.1749.3271.37
HexDAD3920321F363147
Octal3323232220341176661107
Binary11011010110100111001001001110000111111101101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD392; }

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

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

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

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

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

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

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

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