Html Css Color HEX #D6A580 Tumbleweed

📋 copy color: '#D6A580'

red 214 ◦ green 165 ◦ blue 128

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

Shades of Tumbleweed #D6A580

Tints of Tumbleweed #D6A580

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.54%

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

R = 42.21%
G = 32.54%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D6A580 (or 0xD6A580) is known color: Tumbleweed. HEX triplet: D6, A5 and 80. RGB value is (214,165,128). Sum of RGB (Red+Green+Blue) = 214+165+128=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A580 is #295A7F. Grayscale: #AFAFAF. Windows color (decimal): -2710144 or 8431062. OLE color: 8431062.

HSL color Cylindrical-coordinate representation of color #D6A580: hue angle of 25.81º 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 #D6A580 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 165 128 -
CMYK 0 0.23 0.40 0.16
HSL 25.81º 0.51% 0.67% -
HSV(B) 25.81º 0.4% 0.84% -
XYZ 45.08 42.76 26.3 -
YUV 175.43 101.23 155.51 -
System Red Green Blue C M Y K H S L
Decimal 214 165 128 0 0.23 0.40 0.16 25.81 0.51 0.67
Hex D6 A5 80 0 17 28 10 1A 33 43
Octal 326 245 200 0 27 50 20 32 63 103
Binary 11010110 10100101 10000000 0 10111 101000 10000 11010 110011 1000011

Color Harmonies of #D6A580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A580

Black with #D6A580

Text Example


Text Example

White with #D6A580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A580; }

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

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

background-color css

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

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

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

border-color css

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

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

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