Html Css Color HEX #D86C42 Sorbus

📋 copy color: '#D86C42'

red 216 ◦ green 108 ◦ blue 66

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

Shades of Sorbus #D86C42

Tints of Sorbus #D86C42

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.69%

 BLUE value IS 66 (26.17% from 255) = 16.92%

R = 55.38%
G = 27.69%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D86C42 (or 0xD86C42) is known color: Sorbus. HEX triplet: D8, 6C and 42. RGB value is (216,108,66). Sum of RGB (Red+Green+Blue) = 216+108+66=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86C42 is #2793BD. Grayscale: #878787. Windows color (decimal): -2593726 or 4353240. OLE color: 4353240.

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

Color convert

RGB 216 108 66 -
CMYK 0 0.50 0.69 0.15
HSL 16.8º 0.66% 0.55% -
HSV(B) 16.8º 0.69% 0.85% -
XYZ 34.66 25.72 8.29 -
YUV 135.5 88.78 185.42 -
System Red Green Blue C M Y K H S L
Decimal 216 108 66 0 0.50 0.69 0.15 16.8 0.66 0.55
Hex D8 6C 42 0 32 45 F 11 42 37
Octal 330 154 102 0 62 105 17 21 102 67
Binary 11011000 1101100 1000010 0 110010 1000101 1111 10001 1000010 110111

Color Harmonies of #D86C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86C42

Black with #D86C42

Text Example


Text Example

White with #D86C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86C42; }

 p { color: rgb(216,108,66); }

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

background-color css

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

 a { background-color: rgb(216,108,66); }

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

border-color css

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

 span { border-color: rgb(216,108,66); }

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