Html Css Color HEX #DBAD8D Tumbleweed

📋 copy color: '#DBAD8D'

red 219 ◦ green 173 ◦ blue 141

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

Shades of Tumbleweed #DBAD8D

Tints of Tumbleweed #DBAD8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.45%

R = 41.09%
G = 32.46%
B = 26.45%

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

#DBAD8D (or 0xDBAD8D) is known color: Tumbleweed. HEX triplet: DB, AD and 8D. RGB value is (219,173,141). Sum of RGB (Red+Green+Blue) = 219+173+141=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAD8D is #245272. Grayscale: #B7B7B7. Windows color (decimal): -2380403 or 9285083. OLE color: 9285083.

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

Color convert

RGB 219 173 141 -
CMYK 0 0.21 0.36 0.14
HSL 24.62º 0.52% 0.71% -
HSV(B) 24.62º 0.36% 0.86% -
XYZ 48.96 46.87 31.67 -
YUV 183.11 104.24 153.6 -
System Red Green Blue C M Y K H S L
Decimal 219 173 141 0 0.21 0.36 0.14 24.62 0.52 0.71
Hex DB AD 8D 0 15 24 E 19 34 47
Octal 333 255 215 0 25 44 16 31 64 107
Binary 11011011 10101101 10001101 0 10101 100100 1110 11001 110100 1000111

Color Harmonies of #DBAD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAD8D

Black with #DBAD8D

Text Example


Text Example

White with #DBAD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAD8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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