Html Css Color HEX #D86F42 Sorbus

📋 copy color: '#D86F42'

red 216 ◦ green 111 ◦ blue 66

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

Shades of Sorbus #D86F42

Tints of Sorbus #D86F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.79%

R = 54.96%
G = 28.24%
B = 16.79%

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

#D86F42 (or 0xD86F42) is known color: Sorbus. HEX triplet: D8, 6F and 42. RGB value is (216,111,66). Sum of RGB (Red+Green+Blue) = 216+111+66=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 66 (26.17% from 255 or 16.79% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86F42 is #2790BD. Grayscale: #898989. Windows color (decimal): -2592958 or 4354008. OLE color: 4354008.

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

Color convert

RGB 216 111 66 -
CMYK 0 0.49 0.69 0.15
HSL 18º 0.66% 0.55% -
HSV(B) 18º 0.69% 0.85% -
XYZ 34.99 26.36 8.4 -
YUV 137.27 87.79 184.16 -
System Red Green Blue C M Y K H S L
Decimal 216 111 66 0 0.49 0.69 0.15 18 0.66 0.55
Hex D8 6F 42 0 31 45 F 12 42 37
Octal 330 157 102 0 61 105 17 22 102 67
Binary 11011000 1101111 1000010 0 110001 1000101 1111 10010 1000010 110111

Color Harmonies of #D86F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86F42

Black with #D86F42

Text Example


Text Example

White with #D86F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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