Html Css Color HEX #D8A882 Tumbleweed

📋 copy color: '#D8A882'

red 216 ◦ green 168 ◦ blue 130

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

Shades of Tumbleweed #D8A882

Tints of Tumbleweed #D8A882

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.68%

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

R = 42.02%
G = 32.68%
B = 25.29%

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

#D8A882 (or 0xD8A882) is known color: Tumbleweed. HEX triplet: D8, A8 and 82. RGB value is (216,168,130). Sum of RGB (Red+Green+Blue) = 216+168+130=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 168 (66.02% from 255 or 32.68% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A882 is #27577D. Grayscale: #B2B2B2. Windows color (decimal): -2578302 or 8562904. OLE color: 8562904.

HSL color Cylindrical-coordinate representation of color #D8A882: hue angle of 26.51º 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 #D8A882 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 168 130 -
CMYK 0 0.22 0.40 0.15
HSL 26.51º 0.52% 0.68% -
HSV(B) 26.51º 0.4% 0.85% -
XYZ 46.35 44.22 27.21 -
YUV 178.02 100.9 155.09 -
System Red Green Blue C M Y K H S L
Decimal 216 168 130 0 0.22 0.40 0.15 26.51 0.52 0.68
Hex D8 A8 82 0 16 28 F 1B 34 44
Octal 330 250 202 0 26 50 17 33 64 104
Binary 11011000 10101000 10000010 0 10110 101000 1111 11011 110100 1000100

Color Harmonies of #D8A882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A882

Black with #D8A882

Text Example


Text Example

White with #D8A882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A882; }

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

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

background-color css

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

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

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

border-color css

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

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

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