Html Css Color HEX #DB8245 Raw Sienna

📋 copy color: '#DB8245'

red 219 ◦ green 130 ◦ blue 69

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

Shades of Raw Sienna #DB8245

Tints of Raw Sienna #DB8245

RGB

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

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

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

R = 52.39%
G = 31.1%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB8245 (or 0xDB8245) is known color: Raw Sienna. HEX triplet: DB, 82 and 45. RGB value is (219,130,69). Sum of RGB (Red+Green+Blue) = 219+130+69=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 69 (27.34% from 255 or 16.51% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8245 is #247DBA. Grayscale: #959595. Windows color (decimal): -2391483 or 4555483. OLE color: 4555483.

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

Color convert

RGB 219 130 69 -
CMYK 0 0.41 0.68 0.14
HSL 24.4º 0.68% 0.56% -
HSV(B) 24.4º 0.68% 0.86% -
XYZ 38.27 31.46 9.68 -
YUV 149.66 82.49 177.46 -
System Red Green Blue C M Y K H S L
Decimal 219 130 69 0 0.41 0.68 0.14 24.4 0.68 0.56
Hex DB 82 45 0 29 44 E 18 44 38
Octal 333 202 105 0 51 104 16 30 104 70
Binary 11011011 10000010 1000101 0 101001 1000100 1110 11000 1000100 111000

Color Harmonies of #DB8245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8245

Black with #DB8245

Text Example


Text Example

White with #DB8245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8245; }

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

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

background-color css

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

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

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

border-color css

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

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

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