Html Css Color HEX #D56E40 Sorbus

📋 copy color: '#D56E40'

red 213 ◦ green 110 ◦ blue 64

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

Shades of Sorbus #D56E40

Tints of Sorbus #D56E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.54%

R = 55.04%
G = 28.42%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D56E40 (or 0xD56E40) is known color: Sorbus. HEX triplet: D5, 6E and 40. RGB value is (213,110,64). Sum of RGB (Red+Green+Blue) = 213+110+64=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56E40 is #2A91BF. Grayscale: #878787. Windows color (decimal): -2789824 or 4222677. OLE color: 4222677.

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

Color convert

RGB 213 110 64 -
CMYK 0 0.48 0.70 0.16
HSL 18.52º 0.64% 0.54% -
HSV(B) 18.52º 0.7% 0.84% -
XYZ 33.94 25.67 8.02 -
YUV 135.55 87.62 183.24 -
System Red Green Blue C M Y K H S L
Decimal 213 110 64 0 0.48 0.70 0.16 18.52 0.64 0.54
Hex D5 6E 40 0 30 46 10 13 40 36
Octal 325 156 100 0 60 106 20 23 100 66
Binary 11010101 1101110 1000000 0 110000 1000110 10000 10011 1000000 110110

Color Harmonies of #D56E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56E40

Black with #D56E40

Text Example


Text Example

White with #D56E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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