Html Css Color HEX #D5A38A Tumbleweed

📋 copy color: '#D5A38A'

red 213 ◦ green 163 ◦ blue 138

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

Shades of Tumbleweed #D5A38A

Tints of Tumbleweed #D5A38A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.71%

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

R = 41.44%
G = 31.71%
B = 26.85%

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

#D5A38A (or 0xD5A38A) is known color: Tumbleweed. HEX triplet: D5, A3 and 8A. RGB value is (213,163,138). Sum of RGB (Red+Green+Blue) = 213+163+138=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A38A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A38A is #2A5C75. Grayscale: #AFAFAF. Windows color (decimal): -2776182 or 9085909. OLE color: 9085909.

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

Color convert

RGB 213 163 138 -
CMYK 0 0.23 0.35 0.16
HSL 20º 0.47% 0.69% -
HSV(B) 20º 0.35% 0.84% -
XYZ 45.13 42.18 29.81 -
YUV 175.1 107.07 155.03 -
System Red Green Blue C M Y K H S L
Decimal 213 163 138 0 0.23 0.35 0.16 20 0.47 0.69
Hex D5 A3 8A 0 17 23 10 14 2F 45
Octal 325 243 212 0 27 43 20 24 57 105
Binary 11010101 10100011 10001010 0 10111 100011 10000 10100 101111 1000101

Color Harmonies of #D5A38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A38A

Black with #D5A38A

Text Example


Text Example

White with #D5A38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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