Html Css Color HEX #DB8248 Raw Sienna

📋 copy color: '#DB8248'

red 219 ◦ green 130 ◦ blue 72

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

Shades of Raw Sienna #DB8248

Tints of Raw Sienna #DB8248

RGB

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

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

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

R = 52.02%
G = 30.88%
B = 17.1%

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

#DB8248 (or 0xDB8248) is known color: Raw Sienna. HEX triplet: DB, 82 and 48. RGB value is (219,130,72). Sum of RGB (Red+Green+Blue) = 219+130+72=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 72 (28.52% from 255 or 17.10% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8248 is #247DB7. Grayscale: #969696. Windows color (decimal): -2391480 or 4752091. OLE color: 4752091.

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

Color convert

RGB 219 130 72 -
CMYK 0 0.41 0.67 0.14
HSL 23.67º 0.67% 0.57% -
HSV(B) 23.67º 0.67% 0.86% -
XYZ 38.37 31.49 10.19 -
YUV 150 83.99 177.22 -
System Red Green Blue C M Y K H S L
Decimal 219 130 72 0 0.41 0.67 0.14 23.67 0.67 0.57
Hex DB 82 48 0 29 43 E 18 43 39
Octal 333 202 110 0 51 103 16 30 103 71
Binary 11011011 10000010 1001000 0 101001 1000011 1110 11000 1000011 111001

Color Harmonies of #DB8248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8248

Black with #DB8248

Text Example


Text Example

White with #DB8248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8248; }

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

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

background-color css

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

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

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

border-color css

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

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

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