Html Css Color HEX #D86745 Sorbus

📋 copy color: '#D86745'

red 216 ◦ green 103 ◦ blue 69

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

Shades of Sorbus #D86745

Tints of Sorbus #D86745

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.55%

 BLUE value IS 69 (27.34% from 255) = 17.78%

R = 55.67%
G = 26.55%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D86745 (or 0xD86745) is known color: Sorbus. HEX triplet: D8, 67 and 45. RGB value is (216,103,69). Sum of RGB (Red+Green+Blue) = 216+103+69=388 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.67% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 216 - color contains mainly: red. Hex color #D86745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86745 is #2798BA. Grayscale: #858585. Windows color (decimal): -2595003 or 4548568. OLE color: 4548568.

HSL color Cylindrical-coordinate representation of color #D86745: hue angle of 13.88º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D86745 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 103 69 -
CMYK 0 0.52 0.68 0.15
HSL 13.88º 0.65% 0.56% -
HSV(B) 13.88º 0.68% 0.85% -
XYZ 34.24 24.73 8.6 -
YUV 132.91 91.94 187.26 -
System Red Green Blue C M Y K H S L
Decimal 216 103 69 0 0.52 0.68 0.15 13.88 0.65 0.56
Hex D8 67 45 0 34 44 F E 41 38
Octal 330 147 105 0 64 104 17 16 101 70
Binary 11011000 1100111 1000101 0 110100 1000100 1111 1110 1000001 111000

Color Harmonies of #D86745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86745

Black with #D86745

Text Example


Text Example

White with #D86745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86745; }

 p { color: rgb(216,103,69); }

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

background-color css

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

 a { background-color: rgb(216,103,69); }

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

border-color css

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

 span { border-color: rgb(216,103,69); }

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