Html Css Color HEX #D86A35 Sorbus

📋 copy color: '#D86A35'

red 216 ◦ green 106 ◦ blue 53

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

Shades of Sorbus #D86A35

Tints of Sorbus #D86A35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.13%

R = 57.6%
G = 28.27%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D86A35 (or 0xD86A35) is known color: Sorbus. HEX triplet: D8, 6A and 35. RGB value is (216,106,53). Sum of RGB (Red+Green+Blue) = 216+106+53=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 53 (21.09% from 255 or 14.13% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86A35 is #2795CA. Grayscale: #858585. Windows color (decimal): -2594251 or 3500760. OLE color: 3500760.

HSL color Cylindrical-coordinate representation of color #D86A35: hue angle of 19.51º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D86A35 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 106 53 -
CMYK 0 0.51 0.75 0.15
HSL 19.51º 0.68% 0.53% -
HSV(B) 19.51º 0.75% 0.85% -
XYZ 34.12 25.16 6.43 -
YUV 132.85 82.94 187.31 -
System Red Green Blue C M Y K H S L
Decimal 216 106 53 0 0.51 0.75 0.15 19.51 0.68 0.53
Hex D8 6A 35 0 33 4B F 14 44 35
Octal 330 152 65 0 63 113 17 24 104 65
Binary 11011000 1101010 110101 0 110011 1001011 1111 10100 1000100 110101

Color Harmonies of #D86A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86A35

Black with #D86A35

Text Example


Text Example

White with #D86A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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