Html Css Color HEX #D86442 Sorbus

📋 copy color: '#D86442'

red 216 ◦ green 100 ◦ blue 66

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

Shades of Sorbus #D86442

Tints of Sorbus #D86442

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.18%

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

R = 56.54%
G = 26.18%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D86442 (or 0xD86442) is known color: Sorbus. HEX triplet: D8, 64 and 42. RGB value is (216,100,66). Sum of RGB (Red+Green+Blue) = 216+100+66=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D86442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86442 is #279BBD. Grayscale: #838383. Windows color (decimal): -2595774 or 4351192. OLE color: 4351192.

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

Color convert

RGB 216 100 66 -
CMYK 0 0.54 0.69 0.15
HSL 13.6º 0.66% 0.55% -
HSV(B) 13.6º 0.69% 0.85% -
XYZ 33.86 24.11 8.02 -
YUV 130.81 91.43 188.76 -
System Red Green Blue C M Y K H S L
Decimal 216 100 66 0 0.54 0.69 0.15 13.6 0.66 0.55
Hex D8 64 42 0 36 45 F E 42 37
Octal 330 144 102 0 66 105 17 16 102 67
Binary 11011000 1100100 1000010 0 110110 1000101 1111 1110 1000010 110111

Color Harmonies of #D86442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86442

Black with #D86442

Text Example


Text Example

White with #D86442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86442; }

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

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

background-color css

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

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

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

border-color css

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

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

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