Html Css Color HEX #DBAD8C Tumbleweed

📋 copy color: '#DBAD8C'

red 219 ◦ green 173 ◦ blue 140

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

Shades of Tumbleweed #DBAD8C

Tints of Tumbleweed #DBAD8C

RGB

 RED value IS 219 (85.94% from 255) = 41.17%

 GREEN value IS 173 (67.97% from 255) = 32.52%

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

R = 41.17%
G = 32.52%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DBAD8C (or 0xDBAD8C) is known color: Tumbleweed. HEX triplet: DB, AD and 8C. RGB value is (219,173,140). Sum of RGB (Red+Green+Blue) = 219+173+140=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 140 (55.08% from 255 or 26.32% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAD8C is #245273. Grayscale: #B7B7B7. Windows color (decimal): -2380404 or 9219547. OLE color: 9219547.

HSL color Cylindrical-coordinate representation of color #DBAD8C: hue angle of 25.06º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBAD8C is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 173 140 -
CMYK 0 0.21 0.36 0.14
HSL 25.06º 0.52% 0.7% -
HSV(B) 25.06º 0.36% 0.86% -
XYZ 48.89 46.84 31.28 -
YUV 182.99 103.74 153.68 -
System Red Green Blue C M Y K H S L
Decimal 219 173 140 0 0.21 0.36 0.14 25.06 0.52 0.7
Hex DB AD 8C 0 15 24 E 19 34 46
Octal 333 255 214 0 25 44 16 31 64 106
Binary 11011011 10101101 10001100 0 10101 100100 1110 11001 110100 1000110

Color Harmonies of #DBAD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAD8C

Black with #DBAD8C

Text Example


Text Example

White with #DBAD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAD8C; }

 p { color: rgb(219,173,140); }

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

background-color css

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

 a { background-color: rgb(219,173,140); }

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

border-color css

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

 span { border-color: rgb(219,173,140); }

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