Html Css Color HEX #DB8446 Raw Sienna

📋 copy color: '#DB8446'

red 219 ◦ green 132 ◦ blue 70

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

Shades of Raw Sienna #DB8446

Tints of Raw Sienna #DB8446

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.35%

 BLUE value IS 70 (27.73% from 255) = 16.63%

R = 52.02%
G = 31.35%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB8446 (or 0xDB8446) is known color: Raw Sienna. HEX triplet: DB, 84 and 46. RGB value is (219,132,70). Sum of RGB (Red+Green+Blue) = 219+132+70=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 70 (27.73% from 255 or 16.63% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8446 is #247BB9. Grayscale: #979797. Windows color (decimal): -2390970 or 4621531. OLE color: 4621531.

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

Color convert

RGB 219 132 70 -
CMYK 0 0.40 0.68 0.14
HSL 24.97º 0.67% 0.57% -
HSV(B) 24.97º 0.68% 0.86% -
XYZ 38.57 32 9.94 -
YUV 150.95 82.32 176.54 -
System Red Green Blue C M Y K H S L
Decimal 219 132 70 0 0.40 0.68 0.14 24.97 0.67 0.57
Hex DB 84 46 0 28 44 E 19 43 39
Octal 333 204 106 0 50 104 16 31 103 71
Binary 11011011 10000100 1000110 0 101000 1000100 1110 11001 1000011 111001

Color Harmonies of #DB8446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8446

Black with #DB8446

Text Example


Text Example

White with #DB8446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8446; }

 p { color: rgb(219,132,70); }

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

background-color css

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

 a { background-color: rgb(219,132,70); }

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

border-color css

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

 span { border-color: rgb(219,132,70); }

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