Html Css Color HEX #D86C3D Sorbus

📋 copy color: '#D86C3D'

red 216 ◦ green 108 ◦ blue 61

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

Shades of Sorbus #D86C3D

Tints of Sorbus #D86C3D

RGB

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

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

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

R = 56.1%
G = 28.05%
B = 15.84%

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

#D86C3D (or 0xD86C3D) is known color: Sorbus. HEX triplet: D8, 6C and 3D. RGB value is (216,108,61). Sum of RGB (Red+Green+Blue) = 216+108+61=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86C3D is #2793C2. Grayscale: #878787. Windows color (decimal): -2593731 or 4025560. OLE color: 4025560.

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

Color convert

RGB 216 108 61 -
CMYK 0 0.50 0.72 0.15
HSL 18.19º 0.67% 0.54% -
HSV(B) 18.19º 0.72% 0.85% -
XYZ 34.52 25.66 7.55 -
YUV 134.93 86.28 185.82 -
System Red Green Blue C M Y K H S L
Decimal 216 108 61 0 0.50 0.72 0.15 18.19 0.67 0.54
Hex D8 6C 3D 0 32 48 F 12 43 36
Octal 330 154 75 0 62 110 17 22 103 66
Binary 11011000 1101100 111101 0 110010 1001000 1111 10010 1000011 110110

Color Harmonies of #D86C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86C3D

Black with #D86C3D

Text Example


Text Example

White with #D86C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86C3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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