Html Css Color HEX #D9713D Sorbus

📋 copy color: '#D9713D'

red 217 ◦ green 113 ◦ blue 61

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

Shades of Sorbus #D9713D

Tints of Sorbus #D9713D

RGB

 RED value IS 217 (85.16% from 255) = 55.5%

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

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

R = 55.5%
G = 28.9%
B = 15.6%

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

#D9713D (or 0xD9713D) is known color: Sorbus. HEX triplet: D9, 71 and 3D. RGB value is (217,113,61). Sum of RGB (Red+Green+Blue) = 217+113+61=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 61 (24.22% from 255 or 15.60% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D9713D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9713D is #268EC2. Grayscale: #8A8A8A. Windows color (decimal): -2526915 or 4026841. OLE color: 4026841.

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

Color convert

RGB 217 113 61 -
CMYK 0 0.48 0.72 0.15
HSL 20º 0.67% 0.55% -
HSV(B) 20º 0.72% 0.85% -
XYZ 35.36 26.9 7.74 -
YUV 138.17 84.46 184.23 -
System Red Green Blue C M Y K H S L
Decimal 217 113 61 0 0.48 0.72 0.15 20 0.67 0.55
Hex D9 71 3D 0 30 48 F 14 43 37
Octal 331 161 75 0 60 110 17 24 103 67
Binary 11011001 1110001 111101 0 110000 1001000 1111 10100 1000011 110111

Color Harmonies of #D9713D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9713D

Black with #D9713D

Text Example


Text Example

White with #D9713D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9713D; }

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

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

background-color css

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

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

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

border-color css

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

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

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