Html Css Color HEX #DB8350 Raw Sienna

📋 copy color: '#DB8350'

red 219 ◦ green 131 ◦ blue 80

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

Shades of Raw Sienna #DB8350

Tints of Raw Sienna #DB8350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.6%

R = 50.93%
G = 30.47%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB8350 (or 0xDB8350) is known color: Raw Sienna. HEX triplet: DB, 83 and 50. RGB value is (219,131,80). Sum of RGB (Red+Green+Blue) = 219+131+80=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8350 is #247CAF. Grayscale: #979797. Windows color (decimal): -2391216 or 5276635. OLE color: 5276635.

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

Color convert

RGB 219 131 80 -
CMYK 0 0.40 0.63 0.14
HSL 22.01º 0.66% 0.59% -
HSV(B) 22.01º 0.63% 0.86% -
XYZ 38.78 31.87 11.7 -
YUV 151.5 87.65 176.15 -
System Red Green Blue C M Y K H S L
Decimal 219 131 80 0 0.40 0.63 0.14 22.01 0.66 0.59
Hex DB 83 50 0 28 3F E 16 42 3B
Octal 333 203 120 0 50 77 16 26 102 73
Binary 11011011 10000011 1010000 0 101000 111111 1110 10110 1000010 111011

Color Harmonies of #DB8350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8350

Black with #DB8350

Text Example


Text Example

White with #DB8350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8350; }

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

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

background-color css

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

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

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

border-color css

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

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

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