#DB814A

Color #DB814A Raw Sienna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Sienna #DB814A

Tints of Raw Sienna #DB814A

Color information

#DB814A (or 0xDB814A) is unknown color: approx Raw Sienna. HEX triplet: DB, 81 and 4A. RGB value is (219,129,74). Sum of RGB (Red+Green+Blue) = 219+129+74=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB814A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB814A is #247EB5. Grayscale: #959595. Windows color (decimal): -2391734 or 4882907. OLE color: 4882907.

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

Color convert

RGB21912974-
CMYK00.410.660.14
HSL22.76º66.82%57.45%-
HSV(B)22.76º66.21%85.88%-
XYZ38.331.2510.49-
YUV149.6485.32177.47-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 51.90%
GREEN value IS 129 (50.78% from 255) = 30.57%
BLUE value IS 74 (29.30% from 255) = 17.54%
R=51.90%
G=30.57%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191297400.410.660.1422.7666.8257.45
HexDB814A02942E174339
Octal333201112051102162710371
Binary11011011100000011001010010100110000101110101111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB814A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB814A; }

 p { color: rgb(219,129,74); }

 H1.HeaderClassName
 {
   color: #DB814A;
 }
 .AnyTagClassName
 {
   color: #DB814A;
 }
</style>
background-color css

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

 a { background-color: rgb(219,129,74); }

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

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

 span { border-color: rgb(219,129,74); }

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