Html Css Color HEX #D6A582 Tumbleweed

📋 copy color: '#D6A582'

red 214 ◦ green 165 ◦ blue 130

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

Shades of Tumbleweed #D6A582

Tints of Tumbleweed #D6A582

RGB

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

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

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

R = 42.04%
G = 32.42%
B = 25.54%

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

#D6A582 (or 0xD6A582) is known color: Tumbleweed. HEX triplet: D6, A5 and 82. RGB value is (214,165,130). Sum of RGB (Red+Green+Blue) = 214+165+130=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 165 (64.84% from 255 or 32.42% from 509); Blue value is 130 (51.17% from 255 or 25.54% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A582 is #295A7D. Grayscale: #AFAFAF. Windows color (decimal): -2710142 or 8562134. OLE color: 8562134.

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

Color convert

RGB 214 165 130 -
CMYK 0 0.23 0.39 0.16
HSL 25º 0.51% 0.67% -
HSV(B) 25º 0.39% 0.84% -
XYZ 45.22 42.82 27 -
YUV 175.66 102.23 155.35 -
System Red Green Blue C M Y K H S L
Decimal 214 165 130 0 0.23 0.39 0.16 25 0.51 0.67
Hex D6 A5 82 0 17 27 10 19 33 43
Octal 326 245 202 0 27 47 20 31 63 103
Binary 11010110 10100101 10000010 0 10111 100111 10000 11001 110011 1000011

Color Harmonies of #D6A582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A582

Black with #D6A582

Text Example


Text Example

White with #D6A582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A582; }

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

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

background-color css

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

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

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

border-color css

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

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

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