Html Css Color HEX #D6A077 Tumbleweed

📋 copy color: '#D6A077'

red 214 ◦ green 160 ◦ blue 119

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

Shades of Tumbleweed #D6A077

Tints of Tumbleweed #D6A077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.14%

R = 43.41%
G = 32.45%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D6A077 (or 0xD6A077) is known color: Tumbleweed. HEX triplet: D6, A0 and 77. RGB value is (214,160,119). Sum of RGB (Red+Green+Blue) = 214+160+119=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A077 is #295F88. Grayscale: #ABABAB. Windows color (decimal): -2711433 or 7839958. OLE color: 7839958.

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

Color convert

RGB 214 160 119 -
CMYK 0 0.25 0.44 0.16
HSL 25.89º 0.54% 0.65% -
HSV(B) 25.89º 0.44% 0.84% -
XYZ 43.63 40.77 23.02 -
YUV 171.47 98.39 158.33 -
System Red Green Blue C M Y K H S L
Decimal 214 160 119 0 0.25 0.44 0.16 25.89 0.54 0.65
Hex D6 A0 77 0 19 2C 10 1A 36 41
Octal 326 240 167 0 31 54 20 32 66 101
Binary 11010110 10100000 1110111 0 11001 101100 10000 11010 110110 1000001

Color Harmonies of #D6A077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A077

Black with #D6A077

Text Example


Text Example

White with #D6A077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A077; }

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

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

background-color css

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

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

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

border-color css

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

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

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