Html Css Color HEX #DB8054 Raw Sienna

📋 copy color: '#DB8054'

red 219 ◦ green 128 ◦ blue 84

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

Shades of Raw Sienna #DB8054

Tints of Raw Sienna #DB8054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.49%

R = 50.81%
G = 29.7%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB8054 (or 0xDB8054) is known color: Raw Sienna. HEX triplet: DB, 80 and 54. RGB value is (219,128,84). Sum of RGB (Red+Green+Blue) = 219+128+84=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 84 (33.20% from 255 or 19.49% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8054 is #247FAB. Grayscale: #969696. Windows color (decimal): -2391980 or 5538011. OLE color: 5538011.

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

Color convert

RGB 219 128 84 -
CMYK 0 0.42 0.62 0.14
HSL 19.56º 0.65% 0.59% -
HSV(B) 19.56º 0.62% 0.86% -
XYZ 38.53 31.14 12.37 -
YUV 150.19 90.65 177.08 -
System Red Green Blue C M Y K H S L
Decimal 219 128 84 0 0.42 0.62 0.14 19.56 0.65 0.59
Hex DB 80 54 0 2A 3E E 14 41 3B
Octal 333 200 124 0 52 76 16 24 101 73
Binary 11011011 10000000 1010100 0 101010 111110 1110 10100 1000001 111011

Color Harmonies of #DB8054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8054

Black with #DB8054

Text Example


Text Example

White with #DB8054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8054; }

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

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

background-color css

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

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

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

border-color css

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

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

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