Html Css Color HEX #D86341 Sorbus

📋 copy color: '#D86341'

red 216 ◦ green 99 ◦ blue 65

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

Shades of Sorbus #D86341

Tints of Sorbus #D86341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.05%

 BLUE value IS 65 (25.78% from 255) = 17.11%

R = 56.84%
G = 26.05%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D86341 (or 0xD86341) is known color: Sorbus. HEX triplet: D8, 63 and 41. RGB value is (216,99,65). Sum of RGB (Red+Green+Blue) = 216+99+65=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D86341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86341 is #279CBE. Grayscale: #828282. Windows color (decimal): -2596031 or 4285400. OLE color: 4285400.

HSL color Cylindrical-coordinate representation of color #D86341: hue angle of 13.51º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D86341 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 99 65 -
CMYK 0 0.54 0.70 0.15
HSL 13.51º 0.66% 0.55% -
HSV(B) 13.51º 0.7% 0.85% -
XYZ 33.73 23.9 7.84 -
YUV 130.11 91.26 189.26 -
System Red Green Blue C M Y K H S L
Decimal 216 99 65 0 0.54 0.70 0.15 13.51 0.66 0.55
Hex D8 63 41 0 36 46 F E 42 37
Octal 330 143 101 0 66 106 17 16 102 67
Binary 11011000 1100011 1000001 0 110110 1000110 1111 1110 1000010 110111

Color Harmonies of #D86341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86341

Black with #D86341

Text Example


Text Example

White with #D86341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86341; }

 p { color: rgb(216,99,65); }

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

background-color css

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

 a { background-color: rgb(216,99,65); }

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

border-color css

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

 span { border-color: rgb(216,99,65); }

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