Html Css Color HEX #D86535 Sorbus

📋 copy color: '#D86535'

red 216 ◦ green 101 ◦ blue 53

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

Shades of Sorbus #D86535

Tints of Sorbus #D86535

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.3%

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

R = 58.38%
G = 27.3%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D86535 (or 0xD86535) is known color: Sorbus. HEX triplet: D8, 65 and 35. RGB value is (216,101,53). Sum of RGB (Red+Green+Blue) = 216+101+53=370 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.38% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 53 (21.09% from 255 or 14.32% from 370); Max value from RGB is 216 - color contains mainly: red. Hex color #D86535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86535 is #279ACA. Grayscale: #828282. Windows color (decimal): -2595531 or 3499480. OLE color: 3499480.

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

Color convert

RGB 216 101 53 -
CMYK 0 0.53 0.75 0.15
HSL 17.67º 0.68% 0.53% -
HSV(B) 17.67º 0.75% 0.85% -
XYZ 33.62 24.16 6.26 -
YUV 129.91 84.6 189.4 -
System Red Green Blue C M Y K H S L
Decimal 216 101 53 0 0.53 0.75 0.15 17.67 0.68 0.53
Hex D8 65 35 0 35 4B F 12 44 35
Octal 330 145 65 0 65 113 17 22 104 65
Binary 11011000 1100101 110101 0 110101 1001011 1111 10010 1000100 110101

Color Harmonies of #D86535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86535

Black with #D86535

Text Example


Text Example

White with #D86535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86535; }

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

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

background-color css

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

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

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

border-color css

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

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

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