Html Css Color HEX #D86537 Sorbus

📋 copy color: '#D86537'

red 216 ◦ green 101 ◦ blue 55

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

Shades of Sorbus #D86537

Tints of Sorbus #D86537

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.15%

 BLUE value IS 55 (21.88% from 255) = 14.78%

R = 58.06%
G = 27.15%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D86537 (or 0xD86537) is known color: Sorbus. HEX triplet: D8, 65 and 37. RGB value is (216,101,55). Sum of RGB (Red+Green+Blue) = 216+101+55=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 55 (21.88% from 255 or 14.78% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D86537 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86537 is #279AC8. Grayscale: #828282. Windows color (decimal): -2595529 or 3630552. OLE color: 3630552.

HSL color Cylindrical-coordinate representation of color #D86537: hue angle of 17.14º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D86537 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 101 55 -
CMYK 0 0.53 0.75 0.15
HSL 17.14º 0.67% 0.53% -
HSV(B) 17.14º 0.75% 0.85% -
XYZ 33.66 24.18 6.51 -
YUV 130.14 85.6 189.24 -
System Red Green Blue C M Y K H S L
Decimal 216 101 55 0 0.53 0.75 0.15 17.14 0.67 0.53
Hex D8 65 37 0 35 4B F 11 43 35
Octal 330 145 67 0 65 113 17 21 103 65
Binary 11011000 1100101 110111 0 110101 1001011 1111 10001 1000011 110101

Color Harmonies of #D86537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86537

Black with #D86537

Text Example


Text Example

White with #D86537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86537; }

 p { color: rgb(216,101,55); }

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

background-color css

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

 a { background-color: rgb(216,101,55); }

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

border-color css

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

 span { border-color: rgb(216,101,55); }

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