Html Css Color HEX #D16A3E Sorbus

📋 copy color: '#D16A3E'

red 209 ◦ green 106 ◦ blue 62

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

Shades of Sorbus #D16A3E

Tints of Sorbus #D16A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.45%

R = 55.44%
G = 28.12%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D16A3E (or 0xD16A3E) is known color: Sorbus. HEX triplet: D1, 6A and 3E. RGB value is (209,106,62). Sum of RGB (Red+Green+Blue) = 209+106+62=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 62 (24.61% from 255 or 16.45% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16A3E is #2E95C1. Grayscale: #848484. Windows color (decimal): -3052994 or 4090577. OLE color: 4090577.

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

Color convert

RGB 209 106 62 -
CMYK 0 0.49 0.70 0.18
HSL 17.96º 0.62% 0.53% -
HSV(B) 17.96º 0.7% 0.82% -
XYZ 32.32 24.21 7.53 -
YUV 131.78 88.62 183.08 -
System Red Green Blue C M Y K H S L
Decimal 209 106 62 0 0.49 0.70 0.18 17.96 0.62 0.53
Hex D1 6A 3E 0 31 46 12 12 3E 35
Octal 321 152 76 0 61 106 22 22 76 65
Binary 11010001 1101010 111110 0 110001 1000110 10010 10010 111110 110101

Color Harmonies of #D16A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16A3E

Black with #D16A3E

Text Example


Text Example

White with #D16A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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