Html Css Color HEX #D6A882 Tumbleweed

📋 copy color: '#D6A882'

red 214 ◦ green 168 ◦ blue 130

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

Shades of Tumbleweed #D6A882

Tints of Tumbleweed #D6A882

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.81%

 BLUE value IS 130 (51.17% from 255) = 25.39%

R = 41.8%
G = 32.81%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D6A882 (or 0xD6A882) is known color: Tumbleweed. HEX triplet: D6, A8 and 82. RGB value is (214,168,130). Sum of RGB (Red+Green+Blue) = 214+168+130=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A882 is #29577D. Grayscale: #B1B1B1. Windows color (decimal): -2709374 or 8562902. OLE color: 8562902.

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

Color convert

RGB 214 168 130 -
CMYK 0 0.21 0.39 0.16
HSL 27.14º 0.51% 0.67% -
HSV(B) 27.14º 0.39% 0.84% -
XYZ 45.76 43.91 27.18 -
YUV 177.42 101.24 154.09 -
System Red Green Blue C M Y K H S L
Decimal 214 168 130 0 0.21 0.39 0.16 27.14 0.51 0.67
Hex D6 A8 82 0 15 27 10 1B 33 43
Octal 326 250 202 0 25 47 20 33 63 103
Binary 11010110 10101000 10000010 0 10101 100111 10000 11011 110011 1000011

Color Harmonies of #D6A882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A882

Black with #D6A882

Text Example


Text Example

White with #D6A882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A882; }

 p { color: rgb(214,168,130); }

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

background-color css

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

 a { background-color: rgb(214,168,130); }

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

border-color css

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

 span { border-color: rgb(214,168,130); }

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