Html Css Color HEX #D86D3B Sorbus

📋 copy color: '#D86D3B'

red 216 ◦ green 109 ◦ blue 59

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

Shades of Sorbus #D86D3B

Tints of Sorbus #D86D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.36%

R = 56.25%
G = 28.39%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D86D3B (or 0xD86D3B) is known color: Sorbus. HEX triplet: D8, 6D and 3B. RGB value is (216,109,59). Sum of RGB (Red+Green+Blue) = 216+109+59=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 59 (23.44% from 255 or 15.36% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86D3B is #2792C4. Grayscale: #878787. Windows color (decimal): -2593477 or 3894744. OLE color: 3894744.

HSL color Cylindrical-coordinate representation of color #D86D3B: hue angle of 19.11º 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 #D86D3B is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 109 59 -
CMYK 0 0.50 0.73 0.15
HSL 19.11º 0.67% 0.54% -
HSV(B) 19.11º 0.73% 0.85% -
XYZ 34.58 25.85 7.31 -
YUV 135.29 84.95 185.57 -
System Red Green Blue C M Y K H S L
Decimal 216 109 59 0 0.50 0.73 0.15 19.11 0.67 0.54
Hex D8 6D 3B 0 32 49 F 13 43 36
Octal 330 155 73 0 62 111 17 23 103 66
Binary 11011000 1101101 111011 0 110010 1001001 1111 10011 1000011 110110

Color Harmonies of #D86D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86D3B

Black with #D86D3B

Text Example


Text Example

White with #D86D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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