Html Css Color HEX #D87142 Sorbus

📋 copy color: '#D87142'

red 216 ◦ green 113 ◦ blue 66

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

Shades of Sorbus #D87142

Tints of Sorbus #D87142

RGB

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

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

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

R = 54.68%
G = 28.61%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D87142 (or 0xD87142) is known color: Sorbus. HEX triplet: D8, 71 and 42. RGB value is (216,113,66). Sum of RGB (Red+Green+Blue) = 216+113+66=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 66 (26.17% from 255 or 16.71% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D87142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87142 is #278EBD. Grayscale: #8A8A8A. Windows color (decimal): -2592446 or 4354520. OLE color: 4354520.

HSL color Cylindrical-coordinate representation of color #D87142: hue angle of 18.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 #D87142 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 113 66 -
CMYK 0 0.48 0.69 0.15
HSL 18.8º 0.66% 0.55% -
HSV(B) 18.8º 0.69% 0.85% -
XYZ 35.21 26.8 8.47 -
YUV 138.44 87.12 183.32 -
System Red Green Blue C M Y K H S L
Decimal 216 113 66 0 0.48 0.69 0.15 18.8 0.66 0.55
Hex D8 71 42 0 30 45 F 13 42 37
Octal 330 161 102 0 60 105 17 23 102 67
Binary 11011000 1110001 1000010 0 110000 1000101 1111 10011 1000010 110111

Color Harmonies of #D87142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87142

Black with #D87142

Text Example


Text Example

White with #D87142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87142; }

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

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

background-color css

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

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

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

border-color css

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

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

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