Html Css Color HEX #D6A081 Tumbleweed

📋 copy color: '#D6A081'

red 214 ◦ green 160 ◦ blue 129

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

Shades of Tumbleweed #D6A081

Tints of Tumbleweed #D6A081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.65%

R = 42.54%
G = 31.81%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D6A081 (or 0xD6A081) is known color: Tumbleweed. HEX triplet: D6, A0 and 81. RGB value is (214,160,129). Sum of RGB (Red+Green+Blue) = 214+160+129=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 129 (50.78% from 255 or 25.65% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A081 is #295F7E. Grayscale: #ACACAC. Windows color (decimal): -2711423 or 8495318. OLE color: 8495318.

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

Color convert

RGB 214 160 129 -
CMYK 0 0.25 0.40 0.16
HSL 21.88º 0.51% 0.67% -
HSV(B) 21.88º 0.4% 0.84% -
XYZ 44.26 41.02 26.35 -
YUV 172.61 103.39 157.52 -
System Red Green Blue C M Y K H S L
Decimal 214 160 129 0 0.25 0.40 0.16 21.88 0.51 0.67
Hex D6 A0 81 0 19 28 10 16 33 43
Octal 326 240 201 0 31 50 20 26 63 103
Binary 11010110 10100000 10000001 0 11001 101000 10000 10110 110011 1000011

Color Harmonies of #D6A081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A081

Black with #D6A081

Text Example


Text Example

White with #D6A081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A081; }

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

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

background-color css

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

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

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

border-color css

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

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

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