Html Css Color HEX #D86E3D Sorbus

📋 copy color: '#D86E3D'

red 216 ◦ green 110 ◦ blue 61

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

Shades of Sorbus #D86E3D

Tints of Sorbus #D86E3D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.42%

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

R = 55.81%
G = 28.42%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D86E3D (or 0xD86E3D) is known color: Sorbus. HEX triplet: D8, 6E and 3D. RGB value is (216,110,61). Sum of RGB (Red+Green+Blue) = 216+110+61=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 61 (24.22% from 255 or 15.76% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D86E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86E3D is #2791C2. Grayscale: #888888. Windows color (decimal): -2593219 or 4026072. OLE color: 4026072.

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

Color convert

RGB 216 110 61 -
CMYK 0 0.49 0.72 0.15
HSL 18.97º 0.67% 0.54% -
HSV(B) 18.97º 0.72% 0.85% -
XYZ 34.74 26.09 7.62 -
YUV 136.11 85.62 184.98 -
System Red Green Blue C M Y K H S L
Decimal 216 110 61 0 0.49 0.72 0.15 18.97 0.67 0.54
Hex D8 6E 3D 0 31 48 F 13 43 36
Octal 330 156 75 0 61 110 17 23 103 66
Binary 11011000 1101110 111101 0 110001 1001000 1111 10011 1000011 110110

Color Harmonies of #D86E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86E3D

Black with #D86E3D

Text Example


Text Example

White with #D86E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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