Html Css Color HEX #DB9F75 Tumbleweed

📋 copy color: '#DB9F75'

red 219 ◦ green 159 ◦ blue 117

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

Shades of Tumbleweed #DB9F75

Tints of Tumbleweed #DB9F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.64%

R = 44.24%
G = 32.12%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB9F75 (or 0xDB9F75) is known color: Tumbleweed. HEX triplet: DB, 9F and 75. RGB value is (219,159,117). Sum of RGB (Red+Green+Blue) = 219+159+117=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9F75 is #24608A. Grayscale: #ACACAC. Windows color (decimal): -2384011 or 7708635. OLE color: 7708635.

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

Color convert

RGB 219 159 117 -
CMYK 0 0.27 0.47 0.14
HSL 24.71º 0.59% 0.66% -
HSV(B) 24.71º 0.47% 0.86% -
XYZ 44.82 41.14 22.41 -
YUV 172.15 96.88 161.42 -
System Red Green Blue C M Y K H S L
Decimal 219 159 117 0 0.27 0.47 0.14 24.71 0.59 0.66
Hex DB 9F 75 0 1B 2F E 19 3B 42
Octal 333 237 165 0 33 57 16 31 73 102
Binary 11011011 10011111 1110101 0 11011 101111 1110 11001 111011 1000010

Color Harmonies of #DB9F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9F75

Black with #DB9F75

Text Example


Text Example

White with #DB9F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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