Html Css Color HEX #D86340 Sorbus

📋 copy color: '#D86340'

red 216 ◦ green 99 ◦ blue 64

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

Shades of Sorbus #D86340

Tints of Sorbus #D86340

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.12%

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

R = 56.99%
G = 26.12%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D86340 (or 0xD86340) is known color: Sorbus. HEX triplet: D8, 63 and 40. RGB value is (216,99,64). Sum of RGB (Red+Green+Blue) = 216+99+64=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D86340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86340 is #279CBF. Grayscale: #828282. Windows color (decimal): -2596032 or 4219864. OLE color: 4219864.

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

Color convert

RGB 216 99 64 -
CMYK 0 0.54 0.70 0.15
HSL 13.82º 0.66% 0.55% -
HSV(B) 13.82º 0.7% 0.85% -
XYZ 33.71 23.89 7.69 -
YUV 129.99 90.76 189.35 -
System Red Green Blue C M Y K H S L
Decimal 216 99 64 0 0.54 0.70 0.15 13.82 0.66 0.55
Hex D8 63 40 0 36 46 F E 42 37
Octal 330 143 100 0 66 106 17 16 102 67
Binary 11011000 1100011 1000000 0 110110 1000110 1111 1110 1000010 110111

Color Harmonies of #D86340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86340

Black with #D86340

Text Example


Text Example

White with #D86340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86340; }

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

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

background-color css

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

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

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

border-color css

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

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

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