#D16B3E

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

Shades of Sorbus #D16B3E

Tints of Sorbus #D16B3E

Color information

#D16B3E (or 0xD16B3E) is unknown color: approx Sorbus. HEX triplet: D1, 6B and 3E. RGB value is (209,107,62). Sum of RGB (Red+Green+Blue) = 209+107+62=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 62 (24.61% from 255 or 16.40% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D16B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16B3E is #2E94C1. Grayscale: #848484. Windows color (decimal): -3052738 or 4090833. OLE color: 4090833.

HSL color Cylindrical-coordinate representation of color #D16B3E: hue angle of 18.37º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D16B3E is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB20910762-
CMYK00.490.700.18
HSL18.37º61.51%53.14%-
HSV(B)18.37º70.33%81.96%-
XYZ32.4224.427.56-
YUV132.3788.29182.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.29%
GREEN value IS 107 (42.19% from 255) = 28.31%
BLUE value IS 62 (24.61% from 255) = 16.40%
R=55.29%
G=28.31%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091076200.490.700.1818.3761.5153.14
HexD16B3E0314612123e35
Octal3211537606110622227665
Binary110100011101011111110011000110001101001010010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16B3E; }

 p { color: rgb(209,107,62); }

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

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

 a { background-color: rgb(209,107,62); }

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

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

 span { border-color: rgb(209,107,62); }

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