#D16A3D

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

Shades of Sorbus #D16A3D

Tints of Sorbus #D16A3D

Color information

#D16A3D (or 0xD16A3D) is unknown color: approx Sorbus. HEX triplet: D1, 6A and 3D. RGB value is (209,106,61). Sum of RGB (Red+Green+Blue) = 209+106+61=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16A3D is #2E95C2. Grayscale: #838383. Windows color (decimal): -3052995 or 4025041. OLE color: 4025041.

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

Color convert

RGB20910661-
CMYK00.490.710.18
HSL18.24º61.67%52.94%-
HSV(B)18.24º70.81%81.96%-
XYZ32.2924.27.38-
YUV131.6788.12183.16-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.59%
GREEN value IS 106 (41.80% from 255) = 28.19%
BLUE value IS 61 (24.22% from 255) = 16.22%
R=55.59%
G=28.19%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091066100.490.710.1818.2461.6752.94
HexD16A3D0314712123e35
Octal3211527506110722227665
Binary110100011101010111101011000110001111001010010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16A3D; }

 p { color: rgb(209,106,61); }

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

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

 a { background-color: rgb(209,106,61); }

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

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

 span { border-color: rgb(209,106,61); }

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