Html Css Color HEX #D99F70 Tumbleweed

📋 copy color: '#D99F70'

red 217 ◦ green 159 ◦ blue 112

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

Shades of Tumbleweed #D99F70

Tints of Tumbleweed #D99F70

RGB

 RED value IS 217 (85.16% from 255) = 44.47%

 GREEN value IS 159 (62.5% from 255) = 32.58%

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

R = 44.47%
G = 32.58%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D99F70 (or 0xD99F70) is known color: Tumbleweed. HEX triplet: D9, 9F and 70. RGB value is (217,159,112). Sum of RGB (Red+Green+Blue) = 217+159+112=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99F70 is #26608F. Grayscale: #ABABAB. Windows color (decimal): -2515088 or 7380953. OLE color: 7380953.

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

Color convert

RGB 217 159 112 -
CMYK 0 0.27 0.48 0.15
HSL 26.86º 0.58% 0.65% -
HSV(B) 26.86º 0.48% 0.85% -
XYZ 43.94 40.72 20.87 -
YUV 170.98 94.72 160.82 -
System Red Green Blue C M Y K H S L
Decimal 217 159 112 0 0.27 0.48 0.15 26.86 0.58 0.65
Hex D9 9F 70 0 1B 30 F 1B 3A 41
Octal 331 237 160 0 33 60 17 33 72 101
Binary 11011001 10011111 1110000 0 11011 110000 1111 11011 111010 1000001

Color Harmonies of #D99F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99F70

Black with #D99F70

Text Example


Text Example

White with #D99F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99F70; }

 p { color: rgb(217,159,112); }

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

background-color css

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

 a { background-color: rgb(217,159,112); }

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

border-color css

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

 span { border-color: rgb(217,159,112); }

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