Html Css Color HEX #DB8348 Raw Sienna

📋 copy color: '#DB8348'

red 219 ◦ green 131 ◦ blue 72

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

Shades of Raw Sienna #DB8348

Tints of Raw Sienna #DB8348

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.04%

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

R = 51.9%
G = 31.04%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB8348 (or 0xDB8348) is known color: Raw Sienna. HEX triplet: DB, 83 and 48. RGB value is (219,131,72). Sum of RGB (Red+Green+Blue) = 219+131+72=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 72 (28.52% from 255 or 17.06% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8348 is #247CB7. Grayscale: #969696. Windows color (decimal): -2391224 or 4752347. OLE color: 4752347.

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

Color convert

RGB 219 131 72 -
CMYK 0 0.40 0.67 0.14
HSL 24.08º 0.67% 0.57% -
HSV(B) 24.08º 0.67% 0.86% -
XYZ 38.5 31.76 10.23 -
YUV 150.59 83.65 176.8 -
System Red Green Blue C M Y K H S L
Decimal 219 131 72 0 0.40 0.67 0.14 24.08 0.67 0.57
Hex DB 83 48 0 28 43 E 18 43 39
Octal 333 203 110 0 50 103 16 30 103 71
Binary 11011011 10000011 1001000 0 101000 1000011 1110 11000 1000011 111001

Color Harmonies of #DB8348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8348

Black with #DB8348

Text Example


Text Example

White with #DB8348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8348; }

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

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

background-color css

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

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

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

border-color css

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

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

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