Html Css Color HEX #D6A073 Tumbleweed

📋 copy color: '#D6A073'

red 214 ◦ green 160 ◦ blue 115

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

Shades of Tumbleweed #D6A073

Tints of Tumbleweed #D6A073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.52%

R = 43.76%
G = 32.72%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D6A073 (or 0xD6A073) is known color: Tumbleweed. HEX triplet: D6, A0 and 73. RGB value is (214,160,115). Sum of RGB (Red+Green+Blue) = 214+160+115=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A073 is #295F8C. Grayscale: #ABABAB. Windows color (decimal): -2711437 or 7577814. OLE color: 7577814.

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

Color convert

RGB 214 160 115 -
CMYK 0 0.25 0.46 0.16
HSL 27.27º 0.55% 0.65% -
HSV(B) 27.27º 0.46% 0.84% -
XYZ 43.4 40.68 21.78 -
YUV 171.02 96.39 158.66 -
System Red Green Blue C M Y K H S L
Decimal 214 160 115 0 0.25 0.46 0.16 27.27 0.55 0.65
Hex D6 A0 73 0 19 2E 10 1B 37 41
Octal 326 240 163 0 31 56 20 33 67 101
Binary 11010110 10100000 1110011 0 11001 101110 10000 11011 110111 1000001

Color Harmonies of #D6A073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A073

Black with #D6A073

Text Example


Text Example

White with #D6A073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A073; }

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

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

background-color css

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

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

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

border-color css

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

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

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