Html Css Color HEX #D86D3C Sorbus

📋 copy color: '#D86D3C'

red 216 ◦ green 109 ◦ blue 60

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

Shades of Sorbus #D86D3C

Tints of Sorbus #D86D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.58%

R = 56.1%
G = 28.31%
B = 15.58%

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

#D86D3C (or 0xD86D3C) is known color: Sorbus. HEX triplet: D8, 6D and 3C. RGB value is (216,109,60). Sum of RGB (Red+Green+Blue) = 216+109+60=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86D3C is #2792C3. Grayscale: #878787. Windows color (decimal): -2593476 or 3960280. OLE color: 3960280.

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

Color convert

RGB 216 109 60 -
CMYK 0 0.50 0.72 0.15
HSL 18.85º 0.67% 0.54% -
HSV(B) 18.85º 0.72% 0.85% -
XYZ 34.6 25.86 7.44 -
YUV 135.41 85.45 185.48 -
System Red Green Blue C M Y K H S L
Decimal 216 109 60 0 0.50 0.72 0.15 18.85 0.67 0.54
Hex D8 6D 3C 0 32 48 F 13 43 36
Octal 330 155 74 0 62 110 17 23 103 66
Binary 11011000 1101101 111100 0 110010 1001000 1111 10011 1000011 110110

Color Harmonies of #D86D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86D3C

Black with #D86D3C

Text Example


Text Example

White with #D86D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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