Html Css Color HEX #D56A40 Sorbus

📋 copy color: '#D56A40'

red 213 ◦ green 106 ◦ blue 64

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

Shades of Sorbus #D56A40

Tints of Sorbus #D56A40

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.68%

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

R = 55.61%
G = 27.68%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D56A40 (or 0xD56A40) is known color: Sorbus. HEX triplet: D5, 6A and 40. RGB value is (213,106,64). Sum of RGB (Red+Green+Blue) = 213+106+64=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56A40 is #2A95BF. Grayscale: #858585. Windows color (decimal): -2790848 or 4221653. OLE color: 4221653.

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

Color convert

RGB 213 106 64 -
CMYK 0 0.50 0.70 0.16
HSL 16.91º 0.64% 0.54% -
HSV(B) 16.91º 0.7% 0.84% -
XYZ 33.52 24.82 7.88 -
YUV 133.21 88.95 184.92 -
System Red Green Blue C M Y K H S L
Decimal 213 106 64 0 0.50 0.70 0.16 16.91 0.64 0.54
Hex D5 6A 40 0 32 46 10 11 40 36
Octal 325 152 100 0 62 106 20 21 100 66
Binary 11010101 1101010 1000000 0 110010 1000110 10000 10001 1000000 110110

Color Harmonies of #D56A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56A40

Black with #D56A40

Text Example


Text Example

White with #D56A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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