Html Css Color HEX #D56E3C Sorbus

📋 copy color: '#D56E3C'

red 213 ◦ green 110 ◦ blue 60

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

Shades of Sorbus #D56E3C

Tints of Sorbus #D56E3C

RGB

 RED value IS 213 (83.59% from 255) = 55.61%

 GREEN value IS 110 (43.36% from 255) = 28.72%

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

R = 55.61%
G = 28.72%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D56E3C (or 0xD56E3C) is known color: Sorbus. HEX triplet: D5, 6E and 3C. RGB value is (213,110,60). Sum of RGB (Red+Green+Blue) = 213+110+60=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 60 (23.83% from 255 or 15.67% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56E3C is #2A91C3. Grayscale: #878787. Windows color (decimal): -2789828 or 3960533. OLE color: 3960533.

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

Color convert

RGB 213 110 60 -
CMYK 0 0.48 0.72 0.16
HSL 19.61º 0.65% 0.54% -
HSV(B) 19.61º 0.72% 0.84% -
XYZ 33.83 25.62 7.44 -
YUV 135.1 85.62 183.57 -
System Red Green Blue C M Y K H S L
Decimal 213 110 60 0 0.48 0.72 0.16 19.61 0.65 0.54
Hex D5 6E 3C 0 30 48 10 14 41 36
Octal 325 156 74 0 60 110 20 24 101 66
Binary 11010101 1101110 111100 0 110000 1001000 10000 10100 1000001 110110

Color Harmonies of #D56E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56E3C

Black with #D56E3C

Text Example


Text Example

White with #D56E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56E3C; }

 p { color: rgb(213,110,60); }

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

background-color css

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

 a { background-color: rgb(213,110,60); }

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

border-color css

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

 span { border-color: rgb(213,110,60); }

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