Html Css Color HEX #D87042 Sorbus

📋 copy color: '#D87042'

red 216 ◦ green 112 ◦ blue 66

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

Shades of Sorbus #D87042

Tints of Sorbus #D87042

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.43%

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

R = 54.82%
G = 28.43%
B = 16.75%

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

#D87042 (or 0xD87042) is known color: Sorbus. HEX triplet: D8, 70 and 42. RGB value is (216,112,66). Sum of RGB (Red+Green+Blue) = 216+112+66=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 66 (26.17% from 255 or 16.75% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D87042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87042 is #278FBD. Grayscale: #8A8A8A. Windows color (decimal): -2592702 or 4354264. OLE color: 4354264.

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

Color convert

RGB 216 112 66 -
CMYK 0 0.48 0.69 0.15
HSL 18.4º 0.66% 0.55% -
HSV(B) 18.4º 0.69% 0.85% -
XYZ 35.1 26.58 8.44 -
YUV 137.85 87.46 183.74 -
System Red Green Blue C M Y K H S L
Decimal 216 112 66 0 0.48 0.69 0.15 18.4 0.66 0.55
Hex D8 70 42 0 30 45 F 12 42 37
Octal 330 160 102 0 60 105 17 22 102 67
Binary 11011000 1110000 1000010 0 110000 1000101 1111 10010 1000010 110111

Color Harmonies of #D87042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87042

Black with #D87042

Text Example


Text Example

White with #D87042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87042; }

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

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

background-color css

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

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

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

border-color css

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

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

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