Html Css Color HEX #D16B3C Sorbus

📋 copy color: '#D16B3C'

red 209 ◦ green 107 ◦ blue 60

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

Shades of Sorbus #D16B3C

Tints of Sorbus #D16B3C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.46%

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

R = 55.59%
G = 28.46%
B = 15.96%

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

#D16B3C (or 0xD16B3C) is known color: Sorbus. HEX triplet: D1, 6B and 3C. RGB value is (209,107,60). Sum of RGB (Red+Green+Blue) = 209+107+60=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 60 (23.83% from 255 or 15.96% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D16B3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16B3C is #2E94C3. Grayscale: #848484. Windows color (decimal): -3052740 or 3959761. OLE color: 3959761.

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

Color convert

RGB 209 107 60 -
CMYK 0 0.49 0.71 0.18
HSL 18.93º 0.62% 0.53% -
HSV(B) 18.93º 0.71% 0.82% -
XYZ 32.37 24.4 7.28 -
YUV 132.14 87.29 182.82 -
System Red Green Blue C M Y K H S L
Decimal 209 107 60 0 0.49 0.71 0.18 18.93 0.62 0.53
Hex D1 6B 3C 0 31 47 12 13 3E 35
Octal 321 153 74 0 61 107 22 23 76 65
Binary 11010001 1101011 111100 0 110001 1000111 10010 10011 111110 110101

Color Harmonies of #D16B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16B3C

Black with #D16B3C

Text Example


Text Example

White with #D16B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16B3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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