Html Css Color HEX #D56940 Sorbus

📋 copy color: '#D56940'

red 213 ◦ green 105 ◦ blue 64

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

Shades of Sorbus #D56940

Tints of Sorbus #D56940

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.49%

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

R = 55.76%
G = 27.49%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D56940 (or 0xD56940) is known color: Sorbus. HEX triplet: D5, 69 and 40. RGB value is (213,105,64). Sum of RGB (Red+Green+Blue) = 213+105+64=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D56940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56940 is #2A96BF. Grayscale: #848484. Windows color (decimal): -2791104 or 4221397. OLE color: 4221397.

HSL color Cylindrical-coordinate representation of color #D56940: hue angle of 16.51º 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 #D56940 is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 105 64 -
CMYK 0 0.51 0.70 0.16
HSL 16.51º 0.64% 0.54% -
HSV(B) 16.51º 0.7% 0.84% -
XYZ 33.42 24.62 7.84 -
YUV 132.62 89.28 185.33 -
System Red Green Blue C M Y K H S L
Decimal 213 105 64 0 0.51 0.70 0.16 16.51 0.64 0.54
Hex D5 69 40 0 33 46 10 11 40 36
Octal 325 151 100 0 63 106 20 21 100 66
Binary 11010101 1101001 1000000 0 110011 1000110 10000 10001 1000000 110110

Color Harmonies of #D56940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56940

Black with #D56940

Text Example


Text Example

White with #D56940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56940; }

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

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

background-color css

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

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

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

border-color css

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

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

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