Html Css Color HEX #DB8051 Raw Sienna

📋 copy color: '#DB8051'

red 219 ◦ green 128 ◦ blue 81

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

Shades of Raw Sienna #DB8051

Tints of Raw Sienna #DB8051

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.91%

 BLUE value IS 81 (32.03% from 255) = 18.93%

R = 51.17%
G = 29.91%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB8051 (or 0xDB8051) is known color: Raw Sienna. HEX triplet: DB, 80 and 51. RGB value is (219,128,81). Sum of RGB (Red+Green+Blue) = 219+128+81=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 81 (32.03% from 255 or 18.93% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8051 is #247FAE. Grayscale: #969696. Windows color (decimal): -2391983 or 5341403. OLE color: 5341403.

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

Color convert

RGB 219 128 81 -
CMYK 0 0.42 0.63 0.14
HSL 20.43º 0.66% 0.59% -
HSV(B) 20.43º 0.63% 0.86% -
XYZ 38.42 31.09 11.76 -
YUV 149.85 89.15 177.32 -
System Red Green Blue C M Y K H S L
Decimal 219 128 81 0 0.42 0.63 0.14 20.43 0.66 0.59
Hex DB 80 51 0 2A 3F E 14 42 3B
Octal 333 200 121 0 52 77 16 24 102 73
Binary 11011011 10000000 1010001 0 101010 111111 1110 10100 1000010 111011

Color Harmonies of #DB8051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8051

Black with #DB8051

Text Example


Text Example

White with #DB8051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8051; }

 p { color: rgb(219,128,81); }

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

background-color css

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

 a { background-color: rgb(219,128,81); }

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

border-color css

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

 span { border-color: rgb(219,128,81); }

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