Html Css Color HEX #D6A084 Tumbleweed

📋 copy color: '#D6A084'

red 214 ◦ green 160 ◦ blue 132

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

Shades of Tumbleweed #D6A084

Tints of Tumbleweed #D6A084

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.62%

 BLUE value IS 132 (51.95% from 255) = 26.09%

R = 42.29%
G = 31.62%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D6A084 (or 0xD6A084) is known color: Tumbleweed. HEX triplet: D6, A0 and 84. RGB value is (214,160,132). Sum of RGB (Red+Green+Blue) = 214+160+132=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 132 (51.95% from 255 or 26.09% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A084 is #295F7B. Grayscale: #ADADAD. Windows color (decimal): -2711420 or 8691926. OLE color: 8691926.

HSL color Cylindrical-coordinate representation of color #D6A084: hue angle of 20.49º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D6A084 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 160 132 -
CMYK 0 0.25 0.38 0.16
HSL 20.49º 0.5% 0.68% -
HSV(B) 20.49º 0.38% 0.84% -
XYZ 44.47 41.1 27.42 -
YUV 172.95 104.89 157.28 -
System Red Green Blue C M Y K H S L
Decimal 214 160 132 0 0.25 0.38 0.16 20.49 0.5 0.68
Hex D6 A0 84 0 19 26 10 14 32 44
Octal 326 240 204 0 31 46 20 24 62 104
Binary 11010110 10100000 10000100 0 11001 100110 10000 10100 110010 1000100

Color Harmonies of #D6A084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A084

Black with #D6A084

Text Example


Text Example

White with #D6A084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A084; }

 p { color: rgb(214,160,132); }

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

background-color css

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

 a { background-color: rgb(214,160,132); }

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

border-color css

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

 span { border-color: rgb(214,160,132); }

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