Html Css Color HEX #D8A370 Tumbleweed

📋 copy color: '#D8A370'

red 216 ◦ green 163 ◦ blue 112

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

Shades of Tumbleweed #D8A370

Tints of Tumbleweed #D8A370

RGB

 RED value IS 216 (84.77% from 255) = 43.99%

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

 BLUE value IS 112 (44.14% from 255) = 22.81%

R = 43.99%
G = 33.2%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D8A370 (or 0xD8A370) is known color: Tumbleweed. HEX triplet: D8, A3 and 70. RGB value is (216,163,112). Sum of RGB (Red+Green+Blue) = 216+163+112=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A370 is #275C8F. Grayscale: #ADADAD. Windows color (decimal): -2579600 or 7381976. OLE color: 7381976.

HSL color Cylindrical-coordinate representation of color #D8A370: hue angle of 29.42º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D8A370 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 163 112 -
CMYK 0 0.25 0.48 0.15
HSL 29.42º 0.57% 0.64% -
HSV(B) 29.42º 0.48% 0.85% -
XYZ 44.34 41.96 21.09 -
YUV 173.03 93.56 158.65 -
System Red Green Blue C M Y K H S L
Decimal 216 163 112 0 0.25 0.48 0.15 29.42 0.57 0.64
Hex D8 A3 70 0 19 30 F 1D 39 40
Octal 330 243 160 0 31 60 17 35 71 100
Binary 11011000 10100011 1110000 0 11001 110000 1111 11101 111001 1000000

Color Harmonies of #D8A370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A370

Black with #D8A370

Text Example


Text Example

White with #D8A370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A370; }

 p { color: rgb(216,163,112); }

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

background-color css

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

 a { background-color: rgb(216,163,112); }

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

border-color css

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

 span { border-color: rgb(216,163,112); }

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