Html Css Color HEX #D8A082 Tumbleweed

📋 copy color: '#D8A082'

red 216 ◦ green 160 ◦ blue 130

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

Shades of Tumbleweed #D8A082

Tints of Tumbleweed #D8A082

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.62%

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

R = 42.69%
G = 31.62%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D8A082 (or 0xD8A082) is known color: Tumbleweed. HEX triplet: D8, A0 and 82. RGB value is (216,160,130). Sum of RGB (Red+Green+Blue) = 216+160+130=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 130 (51.17% from 255 or 25.69% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A082 is #275F7D. Grayscale: #ADADAD. Windows color (decimal): -2580350 or 8560856. OLE color: 8560856.

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

Color convert

RGB 216 160 130 -
CMYK 0 0.26 0.40 0.15
HSL 20.93º 0.52% 0.68% -
HSV(B) 20.93º 0.4% 0.85% -
XYZ 44.92 41.35 26.73 -
YUV 173.32 103.55 158.44 -
System Red Green Blue C M Y K H S L
Decimal 216 160 130 0 0.26 0.40 0.15 20.93 0.52 0.68
Hex D8 A0 82 0 1A 28 F 15 34 44
Octal 330 240 202 0 32 50 17 25 64 104
Binary 11011000 10100000 10000010 0 11010 101000 1111 10101 110100 1000100

Color Harmonies of #D8A082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A082

Black with #D8A082

Text Example


Text Example

White with #D8A082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A082; }

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

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

background-color css

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

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

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

border-color css

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

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

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