Html Css Color HEX #D5A082 Tumbleweed

📋 copy color: '#D5A082'

red 213 ◦ green 160 ◦ blue 130

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

Shades of Tumbleweed #D5A082

Tints of Tumbleweed #D5A082

RGB

 RED value IS 213 (83.59% from 255) = 42.35%

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

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

R = 42.35%
G = 31.81%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D5A082 (or 0xD5A082) is known color: Tumbleweed. HEX triplet: D5, A0 and 82. RGB value is (213,160,130). Sum of RGB (Red+Green+Blue) = 213+160+130=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A082 is #2A5F7D. Grayscale: #ACACAC. Windows color (decimal): -2776958 or 8560853. OLE color: 8560853.

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

Color convert

RGB 213 160 130 -
CMYK 0 0.25 0.39 0.16
HSL 21.69º 0.5% 0.67% -
HSV(B) 21.69º 0.39% 0.84% -
XYZ 44.04 40.9 26.69 -
YUV 172.43 104.06 156.94 -
System Red Green Blue C M Y K H S L
Decimal 213 160 130 0 0.25 0.39 0.16 21.69 0.5 0.67
Hex D5 A0 82 0 19 27 10 16 32 43
Octal 325 240 202 0 31 47 20 26 62 103
Binary 11010101 10100000 10000010 0 11001 100111 10000 10110 110010 1000011

Color Harmonies of #D5A082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A082

Black with #D5A082

Text Example


Text Example

White with #D5A082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A082; }

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

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

background-color css

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

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

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

border-color css

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

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

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