Html Css Color HEX #D8A982 Tumbleweed

📋 copy color: '#D8A982'

red 216 ◦ green 169 ◦ blue 130

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

Shades of Tumbleweed #D8A982

Tints of Tumbleweed #D8A982

RGB

 RED value IS 216 (84.77% from 255) = 41.94%

 GREEN value IS 169 (66.41% from 255) = 32.82%

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

R = 41.94%
G = 32.82%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D8A982 (or 0xD8A982) is known color: Tumbleweed. HEX triplet: D8, A9 and 82. RGB value is (216,169,130). Sum of RGB (Red+Green+Blue) = 216+169+130=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 169 (66.41% from 255 or 32.82% from 515); Blue value is 130 (51.17% from 255 or 25.24% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A982 is #27567D. Grayscale: #B2B2B2. Windows color (decimal): -2578046 or 8563160. OLE color: 8563160.

HSL color Cylindrical-coordinate representation of color #D8A982: hue angle of 27.21º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D8A982 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 169 130 -
CMYK 0 0.22 0.40 0.15
HSL 27.21º 0.52% 0.68% -
HSV(B) 27.21º 0.4% 0.85% -
XYZ 46.54 44.59 27.27 -
YUV 178.61 100.57 154.67 -
System Red Green Blue C M Y K H S L
Decimal 216 169 130 0 0.22 0.40 0.15 27.21 0.52 0.68
Hex D8 A9 82 0 16 28 F 1B 34 44
Octal 330 251 202 0 26 50 17 33 64 104
Binary 11011000 10101001 10000010 0 10110 101000 1111 11011 110100 1000100

Color Harmonies of #D8A982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A982

Black with #D8A982

Text Example


Text Example

White with #D8A982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A982; }

 p { color: rgb(216,169,130); }

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

background-color css

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

 a { background-color: rgb(216,169,130); }

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

border-color css

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

 span { border-color: rgb(216,169,130); }

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