Html Css Color HEX #DB8249 Raw Sienna

📋 copy color: '#DB8249'

red 219 ◦ green 130 ◦ blue 73

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

Shades of Raw Sienna #DB8249

Tints of Raw Sienna #DB8249

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.81%

 BLUE value IS 73 (28.91% from 255) = 17.3%

R = 51.9%
G = 30.81%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB8249 (or 0xDB8249) is known color: Raw Sienna. HEX triplet: DB, 82 and 49. RGB value is (219,130,73). Sum of RGB (Red+Green+Blue) = 219+130+73=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 73 (28.91% from 255 or 17.30% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8249 is #247DB6. Grayscale: #969696. Windows color (decimal): -2391479 or 4817627. OLE color: 4817627.

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

Color convert

RGB 219 130 73 -
CMYK 0 0.41 0.67 0.14
HSL 23.42º 0.67% 0.57% -
HSV(B) 23.42º 0.67% 0.86% -
XYZ 38.4 31.51 10.36 -
YUV 150.11 84.49 177.13 -
System Red Green Blue C M Y K H S L
Decimal 219 130 73 0 0.41 0.67 0.14 23.42 0.67 0.57
Hex DB 82 49 0 29 43 E 17 43 39
Octal 333 202 111 0 51 103 16 27 103 71
Binary 11011011 10000010 1001001 0 101001 1000011 1110 10111 1000011 111001

Color Harmonies of #DB8249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8249

Black with #DB8249

Text Example


Text Example

White with #DB8249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8249; }

 p { color: rgb(219,130,73); }

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

background-color css

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

 a { background-color: rgb(219,130,73); }

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

border-color css

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

 span { border-color: rgb(219,130,73); }

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