Html Css Color HEX #D5A58A Tumbleweed

📋 copy color: '#D5A58A'

red 213 ◦ green 165 ◦ blue 138

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

Shades of Tumbleweed #D5A58A

Tints of Tumbleweed #D5A58A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.74%

R = 41.28%
G = 31.98%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5A58A (or 0xD5A58A) is known color: Tumbleweed. HEX triplet: D5, A5 and 8A. RGB value is (213,165,138). Sum of RGB (Red+Green+Blue) = 213+165+138=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 165 (64.84% from 255 or 31.98% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A58A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A58A is #2A5A75. Grayscale: #B0B0B0. Windows color (decimal): -2775670 or 9086421. OLE color: 9086421.

HSL color Cylindrical-coordinate representation of color #D5A58A: hue angle of 21.6º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D5A58A is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 165 138 -
CMYK 0 0.23 0.35 0.16
HSL 21.6º 0.47% 0.69% -
HSV(B) 21.6º 0.35% 0.84% -
XYZ 45.48 42.89 29.93 -
YUV 176.27 106.4 154.2 -
System Red Green Blue C M Y K H S L
Decimal 213 165 138 0 0.23 0.35 0.16 21.6 0.47 0.69
Hex D5 A5 8A 0 17 23 10 16 2F 45
Octal 325 245 212 0 27 43 20 26 57 105
Binary 11010101 10100101 10001010 0 10111 100011 10000 10110 101111 1000101

Color Harmonies of #D5A58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A58A

Black with #D5A58A

Text Example


Text Example

White with #D5A58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A58A; }

 p { color: rgb(213,165,138); }

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

background-color css

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

 a { background-color: rgb(213,165,138); }

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

border-color css

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

 span { border-color: rgb(213,165,138); }

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