Html Css Color HEX #D6A376 Tumbleweed

📋 copy color: '#D6A376'

red 214 ◦ green 163 ◦ blue 118

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

Shades of Tumbleweed #D6A376

Tints of Tumbleweed #D6A376

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.93%

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

R = 43.23%
G = 32.93%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D6A376 (or 0xD6A376) is known color: Tumbleweed. HEX triplet: D6, A3 and 76. RGB value is (214,163,118). Sum of RGB (Red+Green+Blue) = 214+163+118=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 163 (64.06% from 255 or 32.93% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A376 is #295C89. Grayscale: #ADADAD. Windows color (decimal): -2710666 or 7775190. OLE color: 7775190.

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

Color convert

RGB 214 163 118 -
CMYK 0 0.24 0.45 0.16
HSL 28.13º 0.54% 0.65% -
HSV(B) 28.13º 0.45% 0.84% -
XYZ 44.1 41.8 22.88 -
YUV 173.12 96.9 157.16 -
System Red Green Blue C M Y K H S L
Decimal 214 163 118 0 0.24 0.45 0.16 28.13 0.54 0.65
Hex D6 A3 76 0 18 2D 10 1C 36 41
Octal 326 243 166 0 30 55 20 34 66 101
Binary 11010110 10100011 1110110 0 11000 101101 10000 11100 110110 1000001

Color Harmonies of #D6A376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A376

Black with #D6A376

Text Example


Text Example

White with #D6A376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A376; }

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

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

background-color css

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

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

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

border-color css

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

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

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