Html Css Color HEX #DB8545 Raw Sienna

📋 copy color: '#DB8545'

red 219 ◦ green 133 ◦ blue 69

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

Shades of Raw Sienna #DB8545

Tints of Raw Sienna #DB8545

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.59%

 BLUE value IS 69 (27.34% from 255) = 16.39%

R = 52.02%
G = 31.59%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB8545 (or 0xDB8545) is known color: Raw Sienna. HEX triplet: DB, 85 and 45. RGB value is (219,133,69). Sum of RGB (Red+Green+Blue) = 219+133+69=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8545 is #247ABA. Grayscale: #979797. Windows color (decimal): -2390715 or 4556251. OLE color: 4556251.

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

Color convert

RGB 219 133 69 -
CMYK 0 0.39 0.68 0.14
HSL 25.6º 0.68% 0.56% -
HSV(B) 25.6º 0.68% 0.86% -
XYZ 38.68 32.26 9.82 -
YUV 151.42 81.49 176.2 -
System Red Green Blue C M Y K H S L
Decimal 219 133 69 0 0.39 0.68 0.14 25.6 0.68 0.56
Hex DB 85 45 0 27 44 E 1A 44 38
Octal 333 205 105 0 47 104 16 32 104 70
Binary 11011011 10000101 1000101 0 100111 1000100 1110 11010 1000100 111000

Color Harmonies of #DB8545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8545

Black with #DB8545

Text Example


Text Example

White with #DB8545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8545; }

 p { color: rgb(219,133,69); }

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

background-color css

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

 a { background-color: rgb(219,133,69); }

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

border-color css

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

 span { border-color: rgb(219,133,69); }

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