Html Css Color HEX #D86F44 Sorbus

📋 copy color: '#D86F44'

red 216 ◦ green 111 ◦ blue 68

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

Shades of Sorbus #D86F44

Tints of Sorbus #D86F44

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.1%

 BLUE value IS 68 (26.95% from 255) = 17.22%

R = 54.68%
G = 28.1%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D86F44 (or 0xD86F44) is known color: Sorbus. HEX triplet: D8, 6F and 44. RGB value is (216,111,68). Sum of RGB (Red+Green+Blue) = 216+111+68=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 68 (26.95% from 255 or 17.22% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86F44 is #2790BB. Grayscale: #898989. Windows color (decimal): -2592956 or 4485080. OLE color: 4485080.

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

Color convert

RGB 216 111 68 -
CMYK 0 0.49 0.69 0.15
HSL 17.43º 0.65% 0.56% -
HSV(B) 17.43º 0.69% 0.85% -
XYZ 35.05 26.39 8.71 -
YUV 137.49 88.79 184 -
System Red Green Blue C M Y K H S L
Decimal 216 111 68 0 0.49 0.69 0.15 17.43 0.65 0.56
Hex D8 6F 44 0 31 45 F 11 41 38
Octal 330 157 104 0 61 105 17 21 101 70
Binary 11011000 1101111 1000100 0 110001 1000101 1111 10001 1000001 111000

Color Harmonies of #D86F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86F44

Black with #D86F44

Text Example


Text Example

White with #D86F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86F44; }

 p { color: rgb(216,111,68); }

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

background-color css

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

 a { background-color: rgb(216,111,68); }

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

border-color css

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

 span { border-color: rgb(216,111,68); }

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