Html Css Color HEX #D56F3F Sorbus

📋 copy color: '#D56F3F'

red 213 ◦ green 111 ◦ blue 63

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

Shades of Sorbus #D56F3F

Tints of Sorbus #D56F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.28%

R = 55.04%
G = 28.68%
B = 16.28%

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

#D56F3F (or 0xD56F3F) is known color: Sorbus. HEX triplet: D5, 6F and 3F. RGB value is (213,111,63). Sum of RGB (Red+Green+Blue) = 213+111+63=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 63 (25% from 255 or 16.28% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56F3F is #2A90C0. Grayscale: #888888. Windows color (decimal): -2789569 or 4157397. OLE color: 4157397.

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

Color convert

RGB 213 111 63 -
CMYK 0 0.48 0.70 0.16
HSL 19.2º 0.64% 0.54% -
HSV(B) 19.2º 0.7% 0.84% -
XYZ 34.02 25.87 7.9 -
YUV 136.03 86.79 182.9 -
System Red Green Blue C M Y K H S L
Decimal 213 111 63 0 0.48 0.70 0.16 19.2 0.64 0.54
Hex D5 6F 3F 0 30 46 10 13 40 36
Octal 325 157 77 0 60 106 20 23 100 66
Binary 11010101 1101111 111111 0 110000 1000110 10000 10011 1000000 110110

Color Harmonies of #D56F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56F3F

Black with #D56F3F

Text Example


Text Example

White with #D56F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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