Html Css Color HEX #D56641 Sorbus

📋 copy color: '#D56641'

red 213 ◦ green 102 ◦ blue 65

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

Shades of Sorbus #D56641

Tints of Sorbus #D56641

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.84%

 BLUE value IS 65 (25.78% from 255) = 17.11%

R = 56.05%
G = 26.84%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D56641 (or 0xD56641) is known color: Sorbus. HEX triplet: D5, 66 and 41. RGB value is (213,102,65). Sum of RGB (Red+Green+Blue) = 213+102+65=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D56641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56641 is #2A99BE. Grayscale: #838383. Windows color (decimal): -2791871 or 4286165. OLE color: 4286165.

HSL color Cylindrical-coordinate representation of color #D56641: hue angle of 15º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D56641 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 102 65 -
CMYK 0 0.52 0.69 0.16
HSL 15º 0.64% 0.55% -
HSV(B) 15º 0.69% 0.84% -
XYZ 33.15 24.03 7.89 -
YUV 130.97 90.77 186.51 -
System Red Green Blue C M Y K H S L
Decimal 213 102 65 0 0.52 0.69 0.16 15 0.64 0.55
Hex D5 66 41 0 34 45 10 F 40 37
Octal 325 146 101 0 64 105 20 17 100 67
Binary 11010101 1100110 1000001 0 110100 1000101 10000 1111 1000000 110111

Color Harmonies of #D56641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56641

Black with #D56641

Text Example


Text Example

White with #D56641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56641; }

 p { color: rgb(213,102,65); }

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

background-color css

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

 a { background-color: rgb(213,102,65); }

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

border-color css

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

 span { border-color: rgb(213,102,65); }

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