Html Css Color HEX #D6AA8B Tumbleweed

📋 copy color: '#D6AA8B'

red 214 ◦ green 170 ◦ blue 139

#D6AA8B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tumbleweed #D6AA8B

Tints of Tumbleweed #D6AA8B

RGB

 RED value IS 214 (83.98% from 255) = 40.92%

 GREEN value IS 170 (66.8% from 255) = 32.5%

 BLUE value IS 139 (54.69% from 255) = 26.58%

R = 40.92%
G = 32.5%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6AA8B (or 0xD6AA8B) is known color: Tumbleweed. HEX triplet: D6, AA and 8B. RGB value is (214,170,139). Sum of RGB (Red+Green+Blue) = 214+170+139=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AA8B is #295574. Grayscale: #B3B3B3. Windows color (decimal): -2708853 or 9153238. OLE color: 9153238.

HSL color Cylindrical-coordinate representation of color #D6AA8B: hue angle of 24.8º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6AA8B is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 170 139 -
CMYK 0 0.21 0.35 0.16
HSL 24.8º 0.48% 0.69% -
HSV(B) 24.8º 0.35% 0.84% -
XYZ 46.77 44.91 30.63 -
YUV 179.62 105.08 152.52 -
System Red Green Blue C M Y K H S L
Decimal 214 170 139 0 0.21 0.35 0.16 24.8 0.48 0.69
Hex D6 AA 8B 0 15 23 10 19 30 45
Octal 326 252 213 0 25 43 20 31 60 105
Binary 11010110 10101010 10001011 0 10101 100011 10000 11001 110000 1000101

Color Harmonies of #D6AA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AA8B

Black with #D6AA8B

Text Example


Text Example

White with #D6AA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AA8B; }

 p { color: rgb(214,170,139); }

 H1.HeaderClassName
 {
   color: #D6AA8B;
 }
 .AnyTagClassName
 {
   color: #D6AA8B;
 }
</style>

background-color css

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

 a { background-color: rgb(214,170,139); }

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

border-color css

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

 span { border-color: rgb(214,170,139); }

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