Html Css Color HEX #D6A384 Tumbleweed

📋 copy color: '#D6A384'

red 214 ◦ green 163 ◦ blue 132

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

Shades of Tumbleweed #D6A384

Tints of Tumbleweed #D6A384

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.02%

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

R = 42.04%
G = 32.02%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D6A384 (or 0xD6A384) is known color: Tumbleweed. HEX triplet: D6, A3 and 84. RGB value is (214,163,132). Sum of RGB (Red+Green+Blue) = 214+163+132=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 132 (51.95% from 255 or 25.93% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A384 is #295C7B. Grayscale: #AEAEAE. Windows color (decimal): -2710652 or 8692694. OLE color: 8692694.

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

Color convert

RGB 214 163 132 -
CMYK 0 0.24 0.38 0.16
HSL 22.68º 0.5% 0.68% -
HSV(B) 22.68º 0.38% 0.84% -
XYZ 44.99 42.16 27.6 -
YUV 174.72 103.9 156.02 -
System Red Green Blue C M Y K H S L
Decimal 214 163 132 0 0.24 0.38 0.16 22.68 0.5 0.68
Hex D6 A3 84 0 18 26 10 17 32 44
Octal 326 243 204 0 30 46 20 27 62 104
Binary 11010110 10100011 10000100 0 11000 100110 10000 10111 110010 1000100

Color Harmonies of #D6A384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A384

Black with #D6A384

Text Example


Text Example

White with #D6A384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A384; }

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

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

background-color css

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

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

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

border-color css

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

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

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