Html Css Color HEX #D86E3A Sorbus

📋 copy color: '#D86E3A'

red 216 ◦ green 110 ◦ blue 58

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

Shades of Sorbus #D86E3A

Tints of Sorbus #D86E3A

RGB

 RED value IS 216 (84.77% from 255) = 56.25%

 GREEN value IS 110 (43.36% from 255) = 28.65%

 BLUE value IS 58 (23.05% from 255) = 15.1%

R = 56.25%
G = 28.65%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D86E3A (or 0xD86E3A) is known color: Sorbus. HEX triplet: D8, 6E and 3A. RGB value is (216,110,58). Sum of RGB (Red+Green+Blue) = 216+110+58=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D86E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86E3A is #2791C5. Grayscale: #888888. Windows color (decimal): -2593222 or 3829464. OLE color: 3829464.

HSL color Cylindrical-coordinate representation of color #D86E3A: hue angle of 19.75º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D86E3A is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 110 58 -
CMYK 0 0.49 0.73 0.15
HSL 19.75º 0.67% 0.54% -
HSV(B) 19.75º 0.73% 0.85% -
XYZ 34.66 26.06 7.21 -
YUV 135.77 84.12 185.23 -
System Red Green Blue C M Y K H S L
Decimal 216 110 58 0 0.49 0.73 0.15 19.75 0.67 0.54
Hex D8 6E 3A 0 31 49 F 14 43 36
Octal 330 156 72 0 61 111 17 24 103 66
Binary 11011000 1101110 111010 0 110001 1001001 1111 10100 1000011 110110

Color Harmonies of #D86E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86E3A

Black with #D86E3A

Text Example


Text Example

White with #D86E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86E3A; }

 p { color: rgb(216,110,58); }

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

background-color css

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

 a { background-color: rgb(216,110,58); }

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

border-color css

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

 span { border-color: rgb(216,110,58); }

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