Html Css Color HEX #DB9F81 Tumbleweed

📋 copy color: '#DB9F81'

red 219 ◦ green 159 ◦ blue 129

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

Shades of Tumbleweed #DB9F81

Tints of Tumbleweed #DB9F81

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.36%

 BLUE value IS 129 (50.78% from 255) = 25.44%

R = 43.2%
G = 31.36%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DB9F81 (or 0xDB9F81) is known color: Tumbleweed. HEX triplet: DB, 9F and 81. RGB value is (219,159,129). Sum of RGB (Red+Green+Blue) = 219+159+129=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 129 (50.78% from 255 or 25.44% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9F81 is #24607E. Grayscale: #ADADAD. Windows color (decimal): -2383999 or 8495067. OLE color: 8495067.

HSL color Cylindrical-coordinate representation of color #DB9F81: hue angle of 20º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB9F81 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 159 129 -
CMYK 0 0.27 0.41 0.14
HSL 20º 0.56% 0.68% -
HSV(B) 20º 0.41% 0.86% -
XYZ 45.57 41.44 26.37 -
YUV 173.52 102.88 160.44 -
System Red Green Blue C M Y K H S L
Decimal 219 159 129 0 0.27 0.41 0.14 20 0.56 0.68
Hex DB 9F 81 0 1B 29 E 14 38 44
Octal 333 237 201 0 33 51 16 24 70 104
Binary 11011011 10011111 10000001 0 11011 101001 1110 10100 111000 1000100

Color Harmonies of #DB9F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9F81

Black with #DB9F81

Text Example


Text Example

White with #DB9F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9F81; }

 p { color: rgb(219,159,129); }

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

background-color css

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

 a { background-color: rgb(219,159,129); }

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

border-color css

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

 span { border-color: rgb(219,159,129); }

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