Html Css Color HEX #D6713D Sorbus

📋 copy color: '#D6713D'

red 214 ◦ green 113 ◦ blue 61

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

Shades of Sorbus #D6713D

Tints of Sorbus #D6713D

RGB

 RED value IS 214 (83.98% from 255) = 55.15%

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

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

R = 55.15%
G = 29.12%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6713D (or 0xD6713D) is known color: Sorbus. HEX triplet: D6, 71 and 3D. RGB value is (214,113,61). Sum of RGB (Red+Green+Blue) = 214+113+61=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 61 (24.22% from 255 or 15.72% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D6713D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6713D is #298EC2. Grayscale: #898989. Windows color (decimal): -2723523 or 4026838. OLE color: 4026838.

HSL color Cylindrical-coordinate representation of color #D6713D: hue angle of 20.39º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6713D is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 113 61 -
CMYK 0 0.47 0.71 0.16
HSL 20.39º 0.65% 0.54% -
HSV(B) 20.39º 0.71% 0.84% -
XYZ 34.48 26.44 7.7 -
YUV 137.27 84.96 182.73 -
System Red Green Blue C M Y K H S L
Decimal 214 113 61 0 0.47 0.71 0.16 20.39 0.65 0.54
Hex D6 71 3D 0 2F 47 10 14 41 36
Octal 326 161 75 0 57 107 20 24 101 66
Binary 11010110 1110001 111101 0 101111 1000111 10000 10100 1000001 110110

Color Harmonies of #D6713D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6713D

Black with #D6713D

Text Example


Text Example

White with #D6713D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6713D; }

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

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

background-color css

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

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

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

border-color css

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

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

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