Html Css Color HEX #D5A488 Tumbleweed

📋 copy color: '#D5A488'

red 213 ◦ green 164 ◦ blue 136

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

Shades of Tumbleweed #D5A488

Tints of Tumbleweed #D5A488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.51%

R = 41.52%
G = 31.97%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D5A488 (or 0xD5A488) is known color: Tumbleweed. HEX triplet: D5, A4 and 88. RGB value is (213,164,136). Sum of RGB (Red+Green+Blue) = 213+164+136=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 164 (64.45% from 255 or 31.97% from 513); Blue value is 136 (53.52% from 255 or 26.51% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A488 is #2A5B77. Grayscale: #AFAFAF. Windows color (decimal): -2775928 or 8955093. OLE color: 8955093.

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

Color convert

RGB 213 164 136 -
CMYK 0 0.23 0.36 0.16
HSL 21.82º 0.48% 0.68% -
HSV(B) 21.82º 0.36% 0.84% -
XYZ 45.16 42.47 29.11 -
YUV 175.46 105.73 154.78 -
System Red Green Blue C M Y K H S L
Decimal 213 164 136 0 0.23 0.36 0.16 21.82 0.48 0.68
Hex D5 A4 88 0 17 24 10 16 30 44
Octal 325 244 210 0 27 44 20 26 60 104
Binary 11010101 10100100 10001000 0 10111 100100 10000 10110 110000 1000100

Color Harmonies of #D5A488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A488

Black with #D5A488

Text Example


Text Example

White with #D5A488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A488; }

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

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

background-color css

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

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

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

border-color css

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

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

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