Html Css Color HEX #D6A676 Tumbleweed

📋 copy color: '#D6A676'

red 214 ◦ green 166 ◦ blue 118

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

Shades of Tumbleweed #D6A676

Tints of Tumbleweed #D6A676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.69%

R = 42.97%
G = 33.33%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D6A676 (or 0xD6A676) is known color: Tumbleweed. HEX triplet: D6, A6 and 76. RGB value is (214,166,118). Sum of RGB (Red+Green+Blue) = 214+166+118=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 166 (65.23% from 255 or 33.33% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A676 is #295989. Grayscale: #AFAFAF. Windows color (decimal): -2709898 or 7775958. OLE color: 7775958.

HSL color Cylindrical-coordinate representation of color #D6A676: hue angle of 30º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6A676 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 166 118 -
CMYK 0 0.22 0.45 0.16
HSL 30º 0.54% 0.65% -
HSV(B) 30º 0.45% 0.84% -
XYZ 44.64 42.88 23.06 -
YUV 174.88 95.9 155.9 -
System Red Green Blue C M Y K H S L
Decimal 214 166 118 0 0.22 0.45 0.16 30 0.54 0.65
Hex D6 A6 76 0 16 2D 10 1E 36 41
Octal 326 246 166 0 26 55 20 36 66 101
Binary 11010110 10100110 1110110 0 10110 101101 10000 11110 110110 1000001

Color Harmonies of #D6A676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A676

Black with #D6A676

Text Example


Text Example

White with #D6A676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A676; }

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

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

background-color css

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

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

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

border-color css

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

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

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