Html Css Color HEX #D86D3F Sorbus

📋 copy color: '#D86D3F'

red 216 ◦ green 109 ◦ blue 63

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

Shades of Sorbus #D86D3F

Tints of Sorbus #D86D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.24%

R = 55.67%
G = 28.09%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D86D3F (or 0xD86D3F) is known color: Sorbus. HEX triplet: D8, 6D and 3F. RGB value is (216,109,63). Sum of RGB (Red+Green+Blue) = 216+109+63=388 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.67% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 63 (25% from 255 or 16.24% from 388); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86D3F is #2792C0. Grayscale: #888888. Windows color (decimal): -2593473 or 4156888. OLE color: 4156888.

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

Color convert

RGB 216 109 63 -
CMYK 0 0.50 0.71 0.15
HSL 18.04º 0.66% 0.55% -
HSV(B) 18.04º 0.71% 0.85% -
XYZ 34.68 25.9 7.87 -
YUV 135.75 86.95 185.24 -
System Red Green Blue C M Y K H S L
Decimal 216 109 63 0 0.50 0.71 0.15 18.04 0.66 0.55
Hex D8 6D 3F 0 32 47 F 12 42 37
Octal 330 155 77 0 62 107 17 22 102 67
Binary 11011000 1101101 111111 0 110010 1000111 1111 10010 1000010 110111

Color Harmonies of #D86D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86D3F

Black with #D86D3F

Text Example


Text Example

White with #D86D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86D3F; }

 p { color: rgb(216,109,63); }

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

background-color css

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

 a { background-color: rgb(216,109,63); }

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

border-color css

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

 span { border-color: rgb(216,109,63); }

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