Html Css Color HEX #DB9D7D Tumbleweed

📋 copy color: '#DB9D7D'

red 219 ◦ green 157 ◦ blue 125

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

Shades of Tumbleweed #DB9D7D

Tints of Tumbleweed #DB9D7D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.34%

 BLUE value IS 125 (49.22% from 255) = 24.95%

R = 43.71%
G = 31.34%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB9D7D (or 0xDB9D7D) is known color: Tumbleweed. HEX triplet: DB, 9D and 7D. RGB value is (219,157,125). Sum of RGB (Red+Green+Blue) = 219+157+125=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9D7D is #246282. Grayscale: #ACACAC. Windows color (decimal): -2384515 or 8232411. OLE color: 8232411.

HSL color Cylindrical-coordinate representation of color #DB9D7D: hue angle of 20.43º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB9D7D is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 157 125 -
CMYK 0 0.28 0.43 0.14
HSL 20.43º 0.57% 0.67% -
HSV(B) 20.43º 0.43% 0.86% -
XYZ 44.97 40.65 24.88 -
YUV 171.89 101.54 161.6 -
System Red Green Blue C M Y K H S L
Decimal 219 157 125 0 0.28 0.43 0.14 20.43 0.57 0.67
Hex DB 9D 7D 0 1C 2B E 14 39 43
Octal 333 235 175 0 34 53 16 24 71 103
Binary 11011011 10011101 1111101 0 11100 101011 1110 10100 111001 1000011

Color Harmonies of #DB9D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9D7D

Black with #DB9D7D

Text Example


Text Example

White with #DB9D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9D7D; }

 p { color: rgb(219,157,125); }

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

background-color css

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

 a { background-color: rgb(219,157,125); }

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

border-color css

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

 span { border-color: rgb(219,157,125); }

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