Html Css Color HEX #D6A380 Tumbleweed

📋 copy color: '#D6A380'

red 214 ◦ green 163 ◦ blue 128

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

Shades of Tumbleweed #D6A380

Tints of Tumbleweed #D6A380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25.35%

R = 42.38%
G = 32.28%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D6A380 (or 0xD6A380) is known color: Tumbleweed. HEX triplet: D6, A3 and 80. RGB value is (214,163,128). Sum of RGB (Red+Green+Blue) = 214+163+128=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 163 (64.06% from 255 or 32.28% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A380 is #295C7F. Grayscale: #AEAEAE. Windows color (decimal): -2710656 or 8430550. OLE color: 8430550.

HSL color Cylindrical-coordinate representation of color #D6A380: hue angle of 24.42º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6A380 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 163 128 -
CMYK 0 0.24 0.40 0.16
HSL 24.42º 0.51% 0.67% -
HSV(B) 24.42º 0.4% 0.84% -
XYZ 44.73 42.05 26.18 -
YUV 174.26 101.9 156.35 -
System Red Green Blue C M Y K H S L
Decimal 214 163 128 0 0.24 0.40 0.16 24.42 0.51 0.67
Hex D6 A3 80 0 18 28 10 18 33 43
Octal 326 243 200 0 30 50 20 30 63 103
Binary 11010110 10100011 10000000 0 11000 101000 10000 11000 110011 1000011

Color Harmonies of #D6A380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A380

Black with #D6A380

Text Example


Text Example

White with #D6A380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A380; }

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

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

background-color css

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

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

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

border-color css

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

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

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