Html Css Color HEX #D6A58A Tumbleweed

📋 copy color: '#D6A58A'

red 214 ◦ green 165 ◦ blue 138

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

Shades of Tumbleweed #D6A58A

Tints of Tumbleweed #D6A58A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.91%

 BLUE value IS 138 (54.3% from 255) = 26.69%

R = 41.39%
G = 31.91%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6A58A (or 0xD6A58A) is known color: Tumbleweed. HEX triplet: D6, A5 and 8A. RGB value is (214,165,138). Sum of RGB (Red+Green+Blue) = 214+165+138=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 165 (64.84% from 255 or 31.91% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A58A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A58A is #295A75. Grayscale: #B0B0B0. Windows color (decimal): -2710134 or 9086422. OLE color: 9086422.

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

Color convert

RGB 214 165 138 -
CMYK 0 0.23 0.36 0.16
HSL 21.32º 0.48% 0.69% -
HSV(B) 21.32º 0.36% 0.84% -
XYZ 45.77 43.04 29.94 -
YUV 176.57 106.23 154.7 -
System Red Green Blue C M Y K H S L
Decimal 214 165 138 0 0.23 0.36 0.16 21.32 0.48 0.69
Hex D6 A5 8A 0 17 24 10 15 30 45
Octal 326 245 212 0 27 44 20 25 60 105
Binary 11010110 10100101 10001010 0 10111 100100 10000 10101 110000 1000101

Color Harmonies of #D6A58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A58A

Black with #D6A58A

Text Example


Text Example

White with #D6A58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A58A; }

 p { color: rgb(214,165,138); }

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

background-color css

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

 a { background-color: rgb(214,165,138); }

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

border-color css

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

 span { border-color: rgb(214,165,138); }

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