Html Css Color HEX #D7A07F Tumbleweed

📋 copy color: '#D7A07F'

red 215 ◦ green 160 ◦ blue 127

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

Shades of Tumbleweed #D7A07F

Tints of Tumbleweed #D7A07F

RGB

 RED value IS 215 (84.38% from 255) = 42.83%

 GREEN value IS 160 (62.89% from 255) = 31.87%

 BLUE value IS 127 (50% from 255) = 25.3%

R = 42.83%
G = 31.87%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D7A07F (or 0xD7A07F) is known color: Tumbleweed. HEX triplet: D7, A0 and 7F. RGB value is (215,160,127). Sum of RGB (Red+Green+Blue) = 215+160+127=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 127 (50% from 255 or 25.30% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A07F is #285F80. Grayscale: #ACACAC. Windows color (decimal): -2645889 or 8364247. OLE color: 8364247.

HSL color Cylindrical-coordinate representation of color #D7A07F: hue angle of 22.5º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D7A07F is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 160 127 -
CMYK 0 0.26 0.41 0.16
HSL 22.5º 0.52% 0.67% -
HSV(B) 22.5º 0.41% 0.84% -
XYZ 44.43 41.12 25.67 -
YUV 172.68 102.22 158.18 -
System Red Green Blue C M Y K H S L
Decimal 215 160 127 0 0.26 0.41 0.16 22.5 0.52 0.67
Hex D7 A0 7F 0 1A 29 10 16 34 43
Octal 327 240 177 0 32 51 20 26 64 103
Binary 11010111 10100000 1111111 0 11010 101001 10000 10110 110100 1000011

Color Harmonies of #D7A07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A07F

Black with #D7A07F

Text Example


Text Example

White with #D7A07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A07F; }

 p { color: rgb(215,160,127); }

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

background-color css

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

 a { background-color: rgb(215,160,127); }

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

border-color css

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

 span { border-color: rgb(215,160,127); }

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