Html Css Color HEX #D86B45 Sorbus

📋 copy color: '#D86B45'

red 216 ◦ green 107 ◦ blue 69

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

Shades of Sorbus #D86B45

Tints of Sorbus #D86B45

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.3%

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

R = 55.1%
G = 27.3%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D86B45 (or 0xD86B45) is known color: Sorbus. HEX triplet: D8, 6B and 45. RGB value is (216,107,69). Sum of RGB (Red+Green+Blue) = 216+107+69=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D86B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86B45 is #2794BA. Grayscale: #878787. Windows color (decimal): -2593979 or 4549592. OLE color: 4549592.

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

Color convert

RGB 216 107 69 -
CMYK 0 0.50 0.68 0.15
HSL 15.51º 0.65% 0.56% -
HSV(B) 15.51º 0.68% 0.85% -
XYZ 34.65 25.54 8.73 -
YUV 135.26 90.61 185.59 -
System Red Green Blue C M Y K H S L
Decimal 216 107 69 0 0.50 0.68 0.15 15.51 0.65 0.56
Hex D8 6B 45 0 32 44 F 10 41 38
Octal 330 153 105 0 62 104 17 20 101 70
Binary 11011000 1101011 1000101 0 110010 1000100 1111 10000 1000001 111000

Color Harmonies of #D86B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86B45

Black with #D86B45

Text Example


Text Example

White with #D86B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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