#DAD09B

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

Shades of Tahuna Sands #DAD09B

Tints of Tahuna Sands #DAD09B

Color information

#DAD09B (or 0xDAD09B) is unknown color: approx Tahuna Sands. HEX triplet: DA, D0 and 9B. RGB value is (218,208,155). Sum of RGB (Red+Green+Blue) = 218+208+155=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 155 (60.94% from 255 or 26.68% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD09B is #252F64. Grayscale: #CDCDCD. Windows color (decimal): -2436965 or 10211546. OLE color: 10211546.

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

Color convert

RGB218208155-
CMYK00.050.290.15
HSL50.48º45.99%73.14%-
HSV(B)50.48º28.9%85.49%-
XYZ57.3962.3840.03-
YUV204.9599.81137.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.52%
GREEN value IS 208 (81.64% from 255) = 35.80%
BLUE value IS 155 (60.94% from 255) = 26.68%
R=37.52%
G=35.80%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820815500.050.290.1550.4845.9973.14
HexDAD09B051DF322e49
Octal3323202330535176256111
Binary11011010110100001001101101011110111111100101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD09B; }

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

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

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

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

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

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

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

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