Html Css Color HEX #D86A42 Sorbus

📋 copy color: '#D86A42'

red 216 ◦ green 106 ◦ blue 66

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

Shades of Sorbus #D86A42

Tints of Sorbus #D86A42

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.32%

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

R = 55.67%
G = 27.32%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D86A42 (or 0xD86A42) is known color: Sorbus. HEX triplet: D8, 6A and 42. RGB value is (216,106,66). Sum of RGB (Red+Green+Blue) = 216+106+66=388 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.67% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 66 (26.17% from 255 or 17.01% from 388); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86A42 is #2795BD. Grayscale: #868686. Windows color (decimal): -2594238 or 4352728. OLE color: 4352728.

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

Color convert

RGB 216 106 66 -
CMYK 0 0.51 0.69 0.15
HSL 16º 0.66% 0.55% -
HSV(B) 16º 0.69% 0.85% -
XYZ 34.46 25.3 8.22 -
YUV 134.33 89.44 186.25 -
System Red Green Blue C M Y K H S L
Decimal 216 106 66 0 0.51 0.69 0.15 16 0.66 0.55
Hex D8 6A 42 0 33 45 F 10 42 37
Octal 330 152 102 0 63 105 17 20 102 67
Binary 11011000 1101010 1000010 0 110011 1000101 1111 10000 1000010 110111

Color Harmonies of #D86A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86A42

Black with #D86A42

Text Example


Text Example

White with #D86A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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