Html Css Color HEX #D87140 Sorbus

📋 copy color: '#D87140'

red 216 ◦ green 113 ◦ blue 64

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

Shades of Sorbus #D87140

Tints of Sorbus #D87140

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.75%

 BLUE value IS 64 (25.39% from 255) = 16.28%

R = 54.96%
G = 28.75%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D87140 (or 0xD87140) is known color: Sorbus. HEX triplet: D8, 71 and 40. RGB value is (216,113,64). Sum of RGB (Red+Green+Blue) = 216+113+64=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D87140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87140 is #278EBF. Grayscale: #8A8A8A. Windows color (decimal): -2592448 or 4223448. OLE color: 4223448.

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

Color convert

RGB 216 113 64 -
CMYK 0 0.48 0.70 0.15
HSL 19.34º 0.66% 0.55% -
HSV(B) 19.34º 0.7% 0.85% -
XYZ 35.15 26.78 8.17 -
YUV 138.21 86.12 183.48 -
System Red Green Blue C M Y K H S L
Decimal 216 113 64 0 0.48 0.70 0.15 19.34 0.66 0.55
Hex D8 71 40 0 30 46 F 13 42 37
Octal 330 161 100 0 60 106 17 23 102 67
Binary 11011000 1110001 1000000 0 110000 1000110 1111 10011 1000010 110111

Color Harmonies of #D87140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87140

Black with #D87140

Text Example


Text Example

White with #D87140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87140; }

 p { color: rgb(216,113,64); }

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

background-color css

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

 a { background-color: rgb(216,113,64); }

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

border-color css

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

 span { border-color: rgb(216,113,64); }

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