Html Css Color HEX #D6A085 Tumbleweed

📋 copy color: '#D6A085'

red 214 ◦ green 160 ◦ blue 133

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

Shades of Tumbleweed #D6A085

Tints of Tumbleweed #D6A085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.23%

R = 42.21%
G = 31.56%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D6A085 (or 0xD6A085) is known color: Tumbleweed. HEX triplet: D6, A0 and 85. RGB value is (214,160,133). Sum of RGB (Red+Green+Blue) = 214+160+133=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A085 is #295F7A. Grayscale: #ADADAD. Windows color (decimal): -2711419 or 8757462. OLE color: 8757462.

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

Color convert

RGB 214 160 133 -
CMYK 0 0.25 0.38 0.16
HSL 20º 0.5% 0.68% -
HSV(B) 20º 0.38% 0.84% -
XYZ 44.54 41.13 27.78 -
YUV 173.07 105.39 157.2 -
System Red Green Blue C M Y K H S L
Decimal 214 160 133 0 0.25 0.38 0.16 20 0.5 0.68
Hex D6 A0 85 0 19 26 10 14 32 44
Octal 326 240 205 0 31 46 20 24 62 104
Binary 11010110 10100000 10000101 0 11001 100110 10000 10100 110010 1000100

Color Harmonies of #D6A085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A085

Black with #D6A085

Text Example


Text Example

White with #D6A085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A085; }

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

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

background-color css

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

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

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

border-color css

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

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

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