Html Css Color HEX #D86742 Sorbus

📋 copy color: '#D86742'

red 216 ◦ green 103 ◦ blue 66

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

Shades of Sorbus #D86742

Tints of Sorbus #D86742

RGB

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

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

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

R = 56.1%
G = 26.75%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D86742 (or 0xD86742) is known color: Sorbus. HEX triplet: D8, 67 and 42. RGB value is (216,103,66). Sum of RGB (Red+Green+Blue) = 216+103+66=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 66 (26.17% from 255 or 17.14% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D86742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86742 is #2798BD. Grayscale: #848484. Windows color (decimal): -2595006 or 4351960. OLE color: 4351960.

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

Color convert

RGB 216 103 66 -
CMYK 0 0.52 0.69 0.15
HSL 14.8º 0.66% 0.55% -
HSV(B) 14.8º 0.69% 0.85% -
XYZ 34.15 24.69 8.12 -
YUV 132.57 90.44 187.51 -
System Red Green Blue C M Y K H S L
Decimal 216 103 66 0 0.52 0.69 0.15 14.8 0.66 0.55
Hex D8 67 42 0 34 45 F F 42 37
Octal 330 147 102 0 64 105 17 17 102 67
Binary 11011000 1100111 1000010 0 110100 1000101 1111 1111 1000010 110111

Color Harmonies of #D86742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86742

Black with #D86742

Text Example


Text Example

White with #D86742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86742; }

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

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

background-color css

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

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

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

border-color css

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

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

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