Html Css Color HEX #D86935 Sorbus

📋 copy color: '#D86935'

red 216 ◦ green 105 ◦ blue 53

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

Shades of Sorbus #D86935

Tints of Sorbus #D86935

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.07%

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

R = 57.75%
G = 28.07%
B = 14.17%

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

#D86935 (or 0xD86935) is known color: Sorbus. HEX triplet: D8, 69 and 35. RGB value is (216,105,53). Sum of RGB (Red+Green+Blue) = 216+105+53=374 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.75% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 53 (21.09% from 255 or 14.17% from 374); Max value from RGB is 216 - color contains mainly: red. Hex color #D86935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86935 is #2796CA. Grayscale: #848484. Windows color (decimal): -2594507 or 3500504. OLE color: 3500504.

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

Color convert

RGB 216 105 53 -
CMYK 0 0.51 0.75 0.15
HSL 19.14º 0.68% 0.53% -
HSV(B) 19.14º 0.75% 0.85% -
XYZ 34.01 24.96 6.39 -
YUV 132.26 83.27 187.73 -
System Red Green Blue C M Y K H S L
Decimal 216 105 53 0 0.51 0.75 0.15 19.14 0.68 0.53
Hex D8 69 35 0 33 4B F 13 44 35
Octal 330 151 65 0 63 113 17 23 104 65
Binary 11011000 1101001 110101 0 110011 1001011 1111 10011 1000100 110101

Color Harmonies of #D86935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86935

Black with #D86935

Text Example


Text Example

White with #D86935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86935; }

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

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

background-color css

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

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

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

border-color css

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

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

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