Html Css Color HEX #D56F40 Sorbus

📋 copy color: '#D56F40'

red 213 ◦ green 111 ◦ blue 64

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

Shades of Sorbus #D56F40

Tints of Sorbus #D56F40

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.61%

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

R = 54.9%
G = 28.61%
B = 16.49%

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

#D56F40 (or 0xD56F40) is known color: Sorbus. HEX triplet: D5, 6F and 40. RGB value is (213,111,64). Sum of RGB (Red+Green+Blue) = 213+111+64=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56F40 is #2A90BF. Grayscale: #888888. Windows color (decimal): -2789568 or 4222933. OLE color: 4222933.

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

Color convert

RGB 213 111 64 -
CMYK 0 0.48 0.70 0.16
HSL 18.93º 0.64% 0.54% -
HSV(B) 18.93º 0.7% 0.84% -
XYZ 34.05 25.89 8.05 -
YUV 136.14 87.29 182.82 -
System Red Green Blue C M Y K H S L
Decimal 213 111 64 0 0.48 0.70 0.16 18.93 0.64 0.54
Hex D5 6F 40 0 30 46 10 13 40 36
Octal 325 157 100 0 60 106 20 23 100 66
Binary 11010101 1101111 1000000 0 110000 1000110 10000 10011 1000000 110110

Color Harmonies of #D56F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56F40

Black with #D56F40

Text Example


Text Example

White with #D56F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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