#db713f

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

Shades of Sorbus #DB713F

Tints of Sorbus #DB713F

Color information

#DB713F (or 0xDB713F) is unknown color: approx Sorbus. HEX triplet: DB, 71 and 3F. RGB value is (219,113,63). Sum of RGB (Red+Green+Blue) = 219+113+63=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB713F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB713F is #248EC0. Grayscale: #8B8B8B. Windows color (decimal): -2395841 or 4157915. OLE color: 4157915.

HSL color Cylindrical-coordinate representation of color #DB713F: hue angle of 19.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB713F is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB21911363-
CMYK00.480.710.14
HSL19.23º68.42%55.29%-
HSV(B)19.23º71.23%85.88%-
XYZ36.0227.238.06-
YUV138.9985.12185.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 55.44%
GREEN value IS 113 (44.53% from 255) = 28.61%
BLUE value IS 63 (25% from 255) = 15.95%
R=55.44%
G=28.61%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191136300.480.710.1419.2368.4255.29
HexDB713F03047E134437
Octal33316177060107162310467
Binary110110111110001111111011000010001111110100111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db713f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db713f; }

 p { color: rgb(219,113,63); }

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

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

 a { background-color: rgb(219,113,63); }

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

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

 span { border-color: rgb(219,113,63); }

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