Html Css Color HEX #D16A3C Sorbus

📋 copy color: '#D16A3C'

red 209 ◦ green 106 ◦ blue 60

#D16A3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sorbus #D16A3C

Tints of Sorbus #D16A3C

RGB

 RED value IS 209 (82.03% from 255) = 55.73%

 GREEN value IS 106 (41.8% from 255) = 28.27%

 BLUE value IS 60 (23.83% from 255) = 16%

R = 55.73%
G = 28.27%
B = 16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D16A3C (or 0xD16A3C) is known color: Sorbus. HEX triplet: D1, 6A and 3C. RGB value is (209,106,60). Sum of RGB (Red+Green+Blue) = 209+106+60=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16A3C is #2E95C3. Grayscale: #838383. Windows color (decimal): -3052996 or 3959505. OLE color: 3959505.

HSL color Cylindrical-coordinate representation of color #D16A3C: hue angle of 18.52º 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 #D16A3C is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 106 60 -
CMYK 0 0.49 0.71 0.18
HSL 18.52º 0.62% 0.53% -
HSV(B) 18.52º 0.71% 0.82% -
XYZ 32.26 24.19 7.24 -
YUV 131.55 87.62 183.24 -
System Red Green Blue C M Y K H S L
Decimal 209 106 60 0 0.49 0.71 0.18 18.52 0.62 0.53
Hex D1 6A 3C 0 31 47 12 13 3E 35
Octal 321 152 74 0 61 107 22 23 76 65
Binary 11010001 1101010 111100 0 110001 1000111 10010 10011 111110 110101

Color Harmonies of #D16A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16A3C

Black with #D16A3C

Text Example


Text Example

White with #D16A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16A3C; }

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

 H1.HeaderClassName
 {
   color: #D16A3C;
 }
 .AnyTagClassName
 {
   color: #D16A3C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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