Html Css Color HEX #D6A270 Tumbleweed

📋 copy color: '#D6A270'

red 214 ◦ green 162 ◦ blue 112

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

Shades of Tumbleweed #D6A270

Tints of Tumbleweed #D6A270

RGB

 RED value IS 214 (83.98% from 255) = 43.85%

 GREEN value IS 162 (63.67% from 255) = 33.2%

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

R = 43.85%
G = 33.2%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6A270 (or 0xD6A270) is known color: Tumbleweed. HEX triplet: D6, A2 and 70. RGB value is (214,162,112). Sum of RGB (Red+Green+Blue) = 214+162+112=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A270 is #295D8F. Grayscale: #ACACAC. Windows color (decimal): -2710928 or 7381718. OLE color: 7381718.

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

Color convert

RGB 214 162 112 -
CMYK 0 0.24 0.48 0.16
HSL 29.41º 0.55% 0.64% -
HSV(B) 29.41º 0.48% 0.84% -
XYZ 43.58 41.31 21.01 -
YUV 171.85 94.23 158.07 -
System Red Green Blue C M Y K H S L
Decimal 214 162 112 0 0.24 0.48 0.16 29.41 0.55 0.64
Hex D6 A2 70 0 18 30 10 1D 37 40
Octal 326 242 160 0 30 60 20 35 67 100
Binary 11010110 10100010 1110000 0 11000 110000 10000 11101 110111 1000000

Color Harmonies of #D6A270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A270

Black with #D6A270

Text Example


Text Example

White with #D6A270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A270; }

 p { color: rgb(214,162,112); }

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

background-color css

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

 a { background-color: rgb(214,162,112); }

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

border-color css

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

 span { border-color: rgb(214,162,112); }

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