Html Css Color HEX #D6A375 Tumbleweed

📋 copy color: '#D6A375'

red 214 ◦ green 163 ◦ blue 117

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

Shades of Tumbleweed #D6A375

Tints of Tumbleweed #D6A375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.68%

R = 43.32%
G = 33%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D6A375 (or 0xD6A375) is known color: Tumbleweed. HEX triplet: D6, A3 and 75. RGB value is (214,163,117). Sum of RGB (Red+Green+Blue) = 214+163+117=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A375 is #295C8A. Grayscale: #ADADAD. Windows color (decimal): -2710667 or 7709654. OLE color: 7709654.

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

Color convert

RGB 214 163 117 -
CMYK 0 0.24 0.45 0.16
HSL 28.45º 0.54% 0.65% -
HSV(B) 28.45º 0.45% 0.84% -
XYZ 44.04 41.77 22.57 -
YUV 173.01 96.4 157.24 -
System Red Green Blue C M Y K H S L
Decimal 214 163 117 0 0.24 0.45 0.16 28.45 0.54 0.65
Hex D6 A3 75 0 18 2D 10 1C 36 41
Octal 326 243 165 0 30 55 20 34 66 101
Binary 11010110 10100011 1110101 0 11000 101101 10000 11100 110110 1000001

Color Harmonies of #D6A375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A375

Black with #D6A375

Text Example


Text Example

White with #D6A375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A375; }

 p { color: rgb(214,163,117); }

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

background-color css

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

 a { background-color: rgb(214,163,117); }

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

border-color css

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

 span { border-color: rgb(214,163,117); }

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