Html Css Color HEX #D5A375 Tumbleweed

📋 copy color: '#D5A375'

red 213 ◦ green 163 ◦ blue 117

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

Shades of Tumbleweed #D5A375

Tints of Tumbleweed #D5A375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.73%

R = 43.2%
G = 33.06%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D5A375 (or 0xD5A375) is known color: Tumbleweed. HEX triplet: D5, A3 and 75. RGB value is (213,163,117). Sum of RGB (Red+Green+Blue) = 213+163+117=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 163 (64.06% from 255 or 33.06% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A375 is #2A5C8A. Grayscale: #ACACAC. Windows color (decimal): -2776203 or 7709653. OLE color: 7709653.

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

Color convert

RGB 213 163 117 -
CMYK 0 0.23 0.45 0.16
HSL 28.75º 0.53% 0.65% -
HSV(B) 28.75º 0.45% 0.84% -
XYZ 43.75 41.62 22.56 -
YUV 172.71 96.57 156.74 -
System Red Green Blue C M Y K H S L
Decimal 213 163 117 0 0.23 0.45 0.16 28.75 0.53 0.65
Hex D5 A3 75 0 17 2D 10 1D 35 41
Octal 325 243 165 0 27 55 20 35 65 101
Binary 11010101 10100011 1110101 0 10111 101101 10000 11101 110101 1000001

Color Harmonies of #D5A375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A375

Black with #D5A375

Text Example


Text Example

White with #D5A375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A375; }

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

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

background-color css

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

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

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

border-color css

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

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

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