Html Css Color HEX #DB8048 Raw Sienna

📋 copy color: '#DB8048'

red 219 ◦ green 128 ◦ blue 72

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

Shades of Raw Sienna #DB8048

Tints of Raw Sienna #DB8048

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.55%

 BLUE value IS 72 (28.52% from 255) = 17.18%

R = 52.27%
G = 30.55%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB8048 (or 0xDB8048) is known color: Raw Sienna. HEX triplet: DB, 80 and 48. RGB value is (219,128,72). Sum of RGB (Red+Green+Blue) = 219+128+72=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 72 (28.52% from 255 or 17.18% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8048 is #247FB7. Grayscale: #959595. Windows color (decimal): -2391992 or 4751579. OLE color: 4751579.

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

Color convert

RGB 219 128 72 -
CMYK 0 0.42 0.67 0.14
HSL 22.86º 0.67% 0.57% -
HSV(B) 22.86º 0.67% 0.86% -
XYZ 38.1 30.97 10.1 -
YUV 148.83 84.65 178.05 -
System Red Green Blue C M Y K H S L
Decimal 219 128 72 0 0.42 0.67 0.14 22.86 0.67 0.57
Hex DB 80 48 0 2A 43 E 17 43 39
Octal 333 200 110 0 52 103 16 27 103 71
Binary 11011011 10000000 1001000 0 101010 1000011 1110 10111 1000011 111001

Color Harmonies of #DB8048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8048

Black with #DB8048

Text Example


Text Example

White with #DB8048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8048; }

 p { color: rgb(219,128,72); }

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

background-color css

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

 a { background-color: rgb(219,128,72); }

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

border-color css

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

 span { border-color: rgb(219,128,72); }

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