Html Css Color HEX #D6A98C Tumbleweed

📋 copy color: '#D6A98C'

red 214 ◦ green 169 ◦ blue 140

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

Shades of Tumbleweed #D6A98C

Tints of Tumbleweed #D6A98C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.31%

 BLUE value IS 140 (55.08% from 255) = 26.77%

R = 40.92%
G = 32.31%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6A98C (or 0xD6A98C) is known color: Tumbleweed. HEX triplet: D6, A9 and 8C. RGB value is (214,169,140). Sum of RGB (Red+Green+Blue) = 214+169+140=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 169 (66.41% from 255 or 32.31% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A98C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A98C is #295673. Grayscale: #B3B3B3. Windows color (decimal): -2709108 or 9218518. OLE color: 9218518.

HSL color Cylindrical-coordinate representation of color #D6A98C: hue angle of 23.51º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6A98C is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 169 140 -
CMYK 0 0.21 0.35 0.16
HSL 23.51º 0.47% 0.69% -
HSV(B) 23.51º 0.35% 0.84% -
XYZ 46.65 44.57 30.95 -
YUV 179.15 105.91 152.86 -
System Red Green Blue C M Y K H S L
Decimal 214 169 140 0 0.21 0.35 0.16 23.51 0.47 0.69
Hex D6 A9 8C 0 15 23 10 18 2F 45
Octal 326 251 214 0 25 43 20 30 57 105
Binary 11010110 10101001 10001100 0 10101 100011 10000 11000 101111 1000101

Color Harmonies of #D6A98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A98C

Black with #D6A98C

Text Example


Text Example

White with #D6A98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A98C; }

 p { color: rgb(214,169,140); }

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

background-color css

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

 a { background-color: rgb(214,169,140); }

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

border-color css

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

 span { border-color: rgb(214,169,140); }

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