Html Css Color HEX #D6A07E Tumbleweed

📋 copy color: '#D6A07E'

red 214 ◦ green 160 ◦ blue 126

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

Shades of Tumbleweed #D6A07E

Tints of Tumbleweed #D6A07E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.2%

R = 42.8%
G = 32%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6A07E (or 0xD6A07E) is known color: Tumbleweed. HEX triplet: D6, A0 and 7E. RGB value is (214,160,126). Sum of RGB (Red+Green+Blue) = 214+160+126=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 126 (49.61% from 255 or 25.2% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A07E is #295F81. Grayscale: #ACACAC. Windows color (decimal): -2711426 or 8298710. OLE color: 8298710.

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

Color convert

RGB 214 160 126 -
CMYK 0 0.25 0.41 0.16
HSL 23.18º 0.52% 0.67% -
HSV(B) 23.18º 0.41% 0.84% -
XYZ 44.07 40.94 25.32 -
YUV 172.27 101.89 157.76 -
System Red Green Blue C M Y K H S L
Decimal 214 160 126 0 0.25 0.41 0.16 23.18 0.52 0.67
Hex D6 A0 7E 0 19 29 10 17 34 43
Octal 326 240 176 0 31 51 20 27 64 103
Binary 11010110 10100000 1111110 0 11001 101001 10000 10111 110100 1000011

Color Harmonies of #D6A07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A07E

Black with #D6A07E

Text Example


Text Example

White with #D6A07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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