#DAA288

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

Shades of Tumbleweed #DAA288

Tints of Tumbleweed #DAA288

Color information

#DAA288 (or 0xDAA288) is unknown color: approx Tumbleweed. HEX triplet: DA, A2 and 88. RGB value is (218,162,136). Sum of RGB (Red+Green+Blue) = 218+162+136=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 162 (63.67% from 255 or 31.40% from 516); Blue value is 136 (53.52% from 255 or 26.36% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA288 is #255D77. Grayscale: #AFAFAF. Windows color (decimal): -2448760 or 8954586. OLE color: 8954586.

HSL color Cylindrical-coordinate representation of color #DAA288: hue angle of 19.02º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAA288 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB218162136-
CMYK00.260.380.15
HSL19.02º52.56%69.41%-
HSV(B)19.02º37.61%85.49%-
XYZ46.2842.5229.06-
YUV175.78105.55158.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.25%
GREEN value IS 162 (63.67% from 255) = 31.40%
BLUE value IS 136 (53.52% from 255) = 26.36%
R=42.25%
G=31.40%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816213600.260.380.1519.0252.5669.41
HexDAA28801A26F133545
Octal33224221003246172365105
Binary1101101010100010100010000110101001101111100111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA288; }

 p { color: rgb(218,162,136); }

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

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

 a { background-color: rgb(218,162,136); }

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

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

 span { border-color: rgb(218,162,136); }

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