Html Css Color HEX #D6A483 Tumbleweed

📋 copy color: '#D6A483'

red 214 ◦ green 164 ◦ blue 131

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

Shades of Tumbleweed #D6A483

Tints of Tumbleweed #D6A483

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.22%

 BLUE value IS 131 (51.56% from 255) = 25.74%

R = 42.04%
G = 32.22%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D6A483 (or 0xD6A483) is known color: Tumbleweed. HEX triplet: D6, A4 and 83. RGB value is (214,164,131). Sum of RGB (Red+Green+Blue) = 214+164+131=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 131 (51.56% from 255 or 25.74% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A483 is #295B7C. Grayscale: #AFAFAF. Windows color (decimal): -2710397 or 8627414. OLE color: 8627414.

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

Color convert

RGB 214 164 131 -
CMYK 0 0.23 0.39 0.16
HSL 23.86º 0.5% 0.68% -
HSV(B) 23.86º 0.39% 0.84% -
XYZ 45.1 42.49 27.3 -
YUV 175.19 103.07 155.68 -
System Red Green Blue C M Y K H S L
Decimal 214 164 131 0 0.23 0.39 0.16 23.86 0.5 0.68
Hex D6 A4 83 0 17 27 10 18 32 44
Octal 326 244 203 0 27 47 20 30 62 104
Binary 11010110 10100100 10000011 0 10111 100111 10000 11000 110010 1000100

Color Harmonies of #D6A483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A483

Black with #D6A483

Text Example


Text Example

White with #D6A483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A483; }

 p { color: rgb(214,164,131); }

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

background-color css

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

 a { background-color: rgb(214,164,131); }

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

border-color css

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

 span { border-color: rgb(214,164,131); }

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