Html Css Color HEX #D6A684 Tumbleweed

📋 copy color: '#D6A684'

red 214 ◦ green 166 ◦ blue 132

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

Shades of Tumbleweed #D6A684

Tints of Tumbleweed #D6A684

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.42%

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

R = 41.8%
G = 32.42%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D6A684 (or 0xD6A684) is known color: Tumbleweed. HEX triplet: D6, A6 and 84. RGB value is (214,166,132). Sum of RGB (Red+Green+Blue) = 214+166+132=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 132 (51.95% from 255 or 25.78% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A684 is #29597B. Grayscale: #B0B0B0. Windows color (decimal): -2709884 or 8693462. OLE color: 8693462.

HSL color Cylindrical-coordinate representation of color #D6A684: hue angle of 24.88º 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 #D6A684 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 166 132 -
CMYK 0 0.22 0.38 0.16
HSL 24.88º 0.5% 0.68% -
HSV(B) 24.88º 0.38% 0.84% -
XYZ 45.53 43.23 27.78 -
YUV 176.48 102.9 154.76 -
System Red Green Blue C M Y K H S L
Decimal 214 166 132 0 0.22 0.38 0.16 24.88 0.5 0.68
Hex D6 A6 84 0 16 26 10 19 32 44
Octal 326 246 204 0 26 46 20 31 62 104
Binary 11010110 10100110 10000100 0 10110 100110 10000 11001 110010 1000100

Color Harmonies of #D6A684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A684

Black with #D6A684

Text Example


Text Example

White with #D6A684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A684; }

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

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

background-color css

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

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

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

border-color css

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

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

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