Html Css Color HEX #D8713D Sorbus

📋 copy color: '#D8713D'

red 216 ◦ green 113 ◦ blue 61

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

Shades of Sorbus #D8713D

Tints of Sorbus #D8713D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.97%

 BLUE value IS 61 (24.22% from 255) = 15.64%

R = 55.38%
G = 28.97%
B = 15.64%

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

#D8713D (or 0xD8713D) is known color: Sorbus. HEX triplet: D8, 71 and 3D. RGB value is (216,113,61). Sum of RGB (Red+Green+Blue) = 216+113+61=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 61 (24.22% from 255 or 15.64% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D8713D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8713D is #278EC2. Grayscale: #8A8A8A. Windows color (decimal): -2592451 or 4026840. OLE color: 4026840.

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

Color convert

RGB 216 113 61 -
CMYK 0 0.48 0.72 0.15
HSL 20.13º 0.67% 0.54% -
HSV(B) 20.13º 0.72% 0.85% -
XYZ 35.07 26.75 7.73 -
YUV 137.87 84.62 183.73 -
System Red Green Blue C M Y K H S L
Decimal 216 113 61 0 0.48 0.72 0.15 20.13 0.67 0.54
Hex D8 71 3D 0 30 48 F 14 43 36
Octal 330 161 75 0 60 110 17 24 103 66
Binary 11011000 1110001 111101 0 110000 1001000 1111 10100 1000011 110110

Color Harmonies of #D8713D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8713D

Black with #D8713D

Text Example


Text Example

White with #D8713D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8713D; }

 p { color: rgb(216,113,61); }

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

background-color css

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

 a { background-color: rgb(216,113,61); }

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

border-color css

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

 span { border-color: rgb(216,113,61); }

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