Html Css Color HEX #D8703C Sorbus

📋 copy color: '#D8703C'

red 216 ◦ green 112 ◦ blue 60

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

Shades of Sorbus #D8703C

Tints of Sorbus #D8703C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.87%

 BLUE value IS 60 (23.83% from 255) = 15.46%

R = 55.67%
G = 28.87%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D8703C (or 0xD8703C) is known color: Sorbus. HEX triplet: D8, 70 and 3C. RGB value is (216,112,60). Sum of RGB (Red+Green+Blue) = 216+112+60=388 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.67% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 60 (23.83% from 255 or 15.46% from 388); Max value from RGB is 216 - color contains mainly: red. Hex color #D8703C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8703C is #278FC3. Grayscale: #898989. Windows color (decimal): -2592708 or 3961048. OLE color: 3961048.

HSL color Cylindrical-coordinate representation of color #D8703C: hue angle of 20º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D8703C is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 112 60 -
CMYK 0 0.48 0.72 0.15
HSL 20º 0.67% 0.54% -
HSV(B) 20º 0.72% 0.85% -
XYZ 34.93 26.51 7.55 -
YUV 137.17 84.46 184.23 -
System Red Green Blue C M Y K H S L
Decimal 216 112 60 0 0.48 0.72 0.15 20 0.67 0.54
Hex D8 70 3C 0 30 48 F 14 43 36
Octal 330 160 74 0 60 110 17 24 103 66
Binary 11011000 1110000 111100 0 110000 1001000 1111 10100 1000011 110110

Color Harmonies of #D8703C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8703C

Black with #D8703C

Text Example


Text Example

White with #D8703C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8703C; }

 p { color: rgb(216,112,60); }

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

background-color css

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

 a { background-color: rgb(216,112,60); }

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

border-color css

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

 span { border-color: rgb(216,112,60); }

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