Html Css Color HEX #D5A48B Tumbleweed

📋 copy color: '#D5A48B'

red 213 ◦ green 164 ◦ blue 139

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

Shades of Tumbleweed #D5A48B

Tints of Tumbleweed #D5A48B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.78%

 BLUE value IS 139 (54.69% from 255) = 26.94%

R = 41.28%
G = 31.78%
B = 26.94%

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

#D5A48B (or 0xD5A48B) is known color: Tumbleweed. HEX triplet: D5, A4 and 8B. RGB value is (213,164,139). Sum of RGB (Red+Green+Blue) = 213+164+139=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 164 (64.45% from 255 or 31.78% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A48B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A48B is #2A5B74. Grayscale: #AFAFAF. Windows color (decimal): -2775925 or 9151701. OLE color: 9151701.

HSL color Cylindrical-coordinate representation of color #D5A48B: hue angle of 20.27º 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 #D5A48B is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 164 139 -
CMYK 0 0.23 0.35 0.16
HSL 20.27º 0.47% 0.69% -
HSV(B) 20.27º 0.35% 0.84% -
XYZ 45.38 42.56 30.25 -
YUV 175.8 107.23 154.53 -
System Red Green Blue C M Y K H S L
Decimal 213 164 139 0 0.23 0.35 0.16 20.27 0.47 0.69
Hex D5 A4 8B 0 17 23 10 14 2F 45
Octal 325 244 213 0 27 43 20 24 57 105
Binary 11010101 10100100 10001011 0 10111 100011 10000 10100 101111 1000101

Color Harmonies of #D5A48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A48B

Black with #D5A48B

Text Example


Text Example

White with #D5A48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A48B; }

 p { color: rgb(213,164,139); }

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

background-color css

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

 a { background-color: rgb(213,164,139); }

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

border-color css

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

 span { border-color: rgb(213,164,139); }

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