Html Css Color HEX #D86F3E Sorbus

📋 copy color: '#D86F3E'

red 216 ◦ green 111 ◦ blue 62

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

Shades of Sorbus #D86F3E

Tints of Sorbus #D86F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.94%

R = 55.53%
G = 28.53%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D86F3E (or 0xD86F3E) is known color: Sorbus. HEX triplet: D8, 6F and 3E. RGB value is (216,111,62). Sum of RGB (Red+Green+Blue) = 216+111+62=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 62 (24.61% from 255 or 15.94% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86F3E is #2790C1. Grayscale: #898989. Windows color (decimal): -2592962 or 4091864. OLE color: 4091864.

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

Color convert

RGB 216 111 62 -
CMYK 0 0.49 0.71 0.15
HSL 19.09º 0.66% 0.55% -
HSV(B) 19.09º 0.71% 0.85% -
XYZ 34.87 26.32 7.8 -
YUV 136.81 85.79 184.48 -
System Red Green Blue C M Y K H S L
Decimal 216 111 62 0 0.49 0.71 0.15 19.09 0.66 0.55
Hex D8 6F 3E 0 31 47 F 13 42 37
Octal 330 157 76 0 61 107 17 23 102 67
Binary 11011000 1101111 111110 0 110001 1000111 1111 10011 1000010 110111

Color Harmonies of #D86F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86F3E

Black with #D86F3E

Text Example


Text Example

White with #D86F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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