Html Css Color HEX #D6A184 Tumbleweed

📋 copy color: '#D6A184'

red 214 ◦ green 161 ◦ blue 132

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

Shades of Tumbleweed #D6A184

Tints of Tumbleweed #D6A184

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.76%

 BLUE value IS 132 (51.95% from 255) = 26.04%

R = 42.21%
G = 31.76%
B = 26.04%

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

#D6A184 (or 0xD6A184) is known color: Tumbleweed. HEX triplet: D6, A1 and 84. RGB value is (214,161,132). Sum of RGB (Red+Green+Blue) = 214+161+132=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 132 (51.95% from 255 or 26.04% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A184 is #295E7B. Grayscale: #ADADAD. Windows color (decimal): -2711164 or 8692182. OLE color: 8692182.

HSL color Cylindrical-coordinate representation of color #D6A184: hue angle of 21.22º 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 #D6A184 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 161 132 -
CMYK 0 0.25 0.38 0.16
HSL 21.22º 0.5% 0.68% -
HSV(B) 21.22º 0.38% 0.84% -
XYZ 44.64 41.45 27.48 -
YUV 173.54 104.56 156.86 -
System Red Green Blue C M Y K H S L
Decimal 214 161 132 0 0.25 0.38 0.16 21.22 0.5 0.68
Hex D6 A1 84 0 19 26 10 15 32 44
Octal 326 241 204 0 31 46 20 25 62 104
Binary 11010110 10100001 10000100 0 11001 100110 10000 10101 110010 1000100

Color Harmonies of #D6A184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A184

Black with #D6A184

Text Example


Text Example

White with #D6A184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A184; }

 p { color: rgb(214,161,132); }

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

background-color css

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

 a { background-color: rgb(214,161,132); }

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

border-color css

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

 span { border-color: rgb(214,161,132); }

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