Html Css Color HEX #D6A478 Tumbleweed

📋 copy color: '#D6A478'

red 214 ◦ green 164 ◦ blue 120

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

Shades of Tumbleweed #D6A478

Tints of Tumbleweed #D6A478

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.93%

 BLUE value IS 120 (47.27% from 255) = 24.1%

R = 42.97%
G = 32.93%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D6A478 (or 0xD6A478) is known color: Tumbleweed. HEX triplet: D6, A4 and 78. RGB value is (214,164,120). Sum of RGB (Red+Green+Blue) = 214+164+120=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 164 (64.45% from 255 or 32.93% from 498); Blue value is 120 (47.27% from 255 or 24.10% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A478 is #295B87. Grayscale: #AEAEAE. Windows color (decimal): -2710408 or 7906518. OLE color: 7906518.

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

Color convert

RGB 214 164 120 -
CMYK 0 0.23 0.44 0.16
HSL 28.09º 0.53% 0.65% -
HSV(B) 28.09º 0.44% 0.84% -
XYZ 44.4 42.2 23.58 -
YUV 173.93 97.57 156.58 -
System Red Green Blue C M Y K H S L
Decimal 214 164 120 0 0.23 0.44 0.16 28.09 0.53 0.65
Hex D6 A4 78 0 17 2C 10 1C 35 41
Octal 326 244 170 0 27 54 20 34 65 101
Binary 11010110 10100100 1111000 0 10111 101100 10000 11100 110101 1000001

Color Harmonies of #D6A478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A478

Black with #D6A478

Text Example


Text Example

White with #D6A478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A478; }

 p { color: rgb(214,164,120); }

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

background-color css

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

 a { background-color: rgb(214,164,120); }

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

border-color css

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

 span { border-color: rgb(214,164,120); }

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