Html Css Color HEX #D86240 Sorbus

📋 copy color: '#D86240'

red 216 ◦ green 98 ◦ blue 64

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

Shades of Sorbus #D86240

Tints of Sorbus #D86240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.93%

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

R = 57.14%
G = 25.93%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D86240 (or 0xD86240) is known color: Sorbus. HEX triplet: D8, 62 and 40. RGB value is (216,98,64). Sum of RGB (Red+Green+Blue) = 216+98+64=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D86240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86240 is #279DBF. Grayscale: #818181. Windows color (decimal): -2596288 or 4219608. OLE color: 4219608.

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

Color convert

RGB 216 98 64 -
CMYK 0 0.55 0.70 0.15
HSL 13.42º 0.66% 0.55% -
HSV(B) 13.42º 0.7% 0.85% -
XYZ 33.61 23.7 7.65 -
YUV 129.41 91.09 189.76 -
System Red Green Blue C M Y K H S L
Decimal 216 98 64 0 0.55 0.70 0.15 13.42 0.66 0.55
Hex D8 62 40 0 37 46 F D 42 37
Octal 330 142 100 0 67 106 17 15 102 67
Binary 11011000 1100010 1000000 0 110111 1000110 1111 1101 1000010 110111

Color Harmonies of #D86240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86240

Black with #D86240

Text Example


Text Example

White with #D86240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86240; }

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

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

background-color css

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

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

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

border-color css

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

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

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