#DB874B

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

Shades of Raw Sienna #DB874B

Tints of Raw Sienna #DB874B

Color information

#DB874B (or 0xDB874B) is unknown color: approx Raw Sienna. HEX triplet: DB, 87 and 4B. RGB value is (219,135,75). Sum of RGB (Red+Green+Blue) = 219+135+75=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 75 (29.69% from 255 or 17.48% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB874B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB874B is #2478B4. Grayscale: #999999. Windows color (decimal): -2390197 or 4949979. OLE color: 4949979.

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

Color convert

RGB21913575-
CMYK00.380.660.14
HSL25º66.67%57.65%-
HSV(B)25º65.75%85.88%-
XYZ39.1532.910.94-
YUV153.2883.83174.88-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 51.05%
GREEN value IS 135 (53.12% from 255) = 31.47%
BLUE value IS 75 (29.69% from 255) = 17.48%
R=51.05%
G=31.47%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191357500.380.660.142566.6757.65
HexDB874B02642E19433a
Octal333207113046102163110372
Binary11011011100001111001011010011010000101110110011000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB874B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB874B; }

 p { color: rgb(219,135,75); }

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

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

 a { background-color: rgb(219,135,75); }

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

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

 span { border-color: rgb(219,135,75); }

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