Html Css Color HEX #D16D3D Sorbus

📋 copy color: '#D16D3D'

red 209 ◦ green 109 ◦ blue 61

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

Shades of Sorbus #D16D3D

Tints of Sorbus #D16D3D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.76%

 BLUE value IS 61 (24.22% from 255) = 16.09%

R = 55.15%
G = 28.76%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D16D3D (or 0xD16D3D) is known color: Sorbus. HEX triplet: D1, 6D and 3D. RGB value is (209,109,61). Sum of RGB (Red+Green+Blue) = 209+109+61=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D16D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16D3D is #2E92C2. Grayscale: #858585. Windows color (decimal): -3052227 or 4025809. OLE color: 4025809.

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

Color convert

RGB 209 109 61 -
CMYK 0 0.48 0.71 0.18
HSL 19.46º 0.62% 0.53% -
HSV(B) 19.46º 0.71% 0.82% -
XYZ 32.61 24.83 7.49 -
YUV 133.43 87.13 181.9 -
System Red Green Blue C M Y K H S L
Decimal 209 109 61 0 0.48 0.71 0.18 19.46 0.62 0.53
Hex D1 6D 3D 0 30 47 12 13 3E 35
Octal 321 155 75 0 60 107 22 23 76 65
Binary 11010001 1101101 111101 0 110000 1000111 10010 10011 111110 110101

Color Harmonies of #D16D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16D3D

Black with #D16D3D

Text Example


Text Example

White with #D16D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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