Html Css Color HEX #D86D3D Sorbus

📋 copy color: '#D86D3D'

red 216 ◦ green 109 ◦ blue 61

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

Shades of Sorbus #D86D3D

Tints of Sorbus #D86D3D

RGB

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

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

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

R = 55.96%
G = 28.24%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D86D3D (or 0xD86D3D) is known color: Sorbus. HEX triplet: D8, 6D and 3D. RGB value is (216,109,61). Sum of RGB (Red+Green+Blue) = 216+109+61=386 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.96% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 61 (24.22% from 255 or 15.80% from 386); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86D3D is #2792C2. Grayscale: #878787. Windows color (decimal): -2593475 or 4025816. OLE color: 4025816.

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

Color convert

RGB 216 109 61 -
CMYK 0 0.50 0.72 0.15
HSL 18.58º 0.67% 0.54% -
HSV(B) 18.58º 0.72% 0.85% -
XYZ 34.63 25.87 7.58 -
YUV 135.52 85.95 185.4 -
System Red Green Blue C M Y K H S L
Decimal 216 109 61 0 0.50 0.72 0.15 18.58 0.67 0.54
Hex D8 6D 3D 0 32 48 F 13 43 36
Octal 330 155 75 0 62 110 17 23 103 66
Binary 11011000 1101101 111101 0 110010 1001000 1111 10011 1000011 110110

Color Harmonies of #D86D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86D3D

Black with #D86D3D

Text Example


Text Example

White with #D86D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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