Html Css Color HEX #DB9E7D Tumbleweed

📋 copy color: '#DB9E7D'

red 219 ◦ green 158 ◦ blue 125

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

Shades of Tumbleweed #DB9E7D

Tints of Tumbleweed #DB9E7D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.47%

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

R = 43.63%
G = 31.47%
B = 24.9%

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

#DB9E7D (or 0xDB9E7D) is known color: Tumbleweed. HEX triplet: DB, 9E and 7D. RGB value is (219,158,125). Sum of RGB (Red+Green+Blue) = 219+158+125=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9E7D is #246182. Grayscale: #ACACAC. Windows color (decimal): -2384259 or 8232667. OLE color: 8232667.

HSL color Cylindrical-coordinate representation of color #DB9E7D: hue angle of 21.06º 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 #DB9E7D is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 158 125 -
CMYK 0 0.28 0.43 0.14
HSL 21.06º 0.57% 0.67% -
HSV(B) 21.06º 0.43% 0.86% -
XYZ 45.14 40.99 24.94 -
YUV 172.48 101.21 161.18 -
System Red Green Blue C M Y K H S L
Decimal 219 158 125 0 0.28 0.43 0.14 21.06 0.57 0.67
Hex DB 9E 7D 0 1C 2B E 15 39 43
Octal 333 236 175 0 34 53 16 25 71 103
Binary 11011011 10011110 1111101 0 11100 101011 1110 10101 111001 1000011

Color Harmonies of #DB9E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9E7D

Black with #DB9E7D

Text Example


Text Example

White with #DB9E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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