Html Css Color HEX #D56541 Sorbus

📋 copy color: '#D56541'

red 213 ◦ green 101 ◦ blue 65

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

Shades of Sorbus #D56541

Tints of Sorbus #D56541

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.65%

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

R = 56.2%
G = 26.65%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D56541 (or 0xD56541) is known color: Sorbus. HEX triplet: D5, 65 and 41. RGB value is (213,101,65). Sum of RGB (Red+Green+Blue) = 213+101+65=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D56541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56541 is #2A9ABE. Grayscale: #828282. Windows color (decimal): -2792127 or 4285909. OLE color: 4285909.

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

Color convert

RGB 213 101 65 -
CMYK 0 0.53 0.69 0.16
HSL 14.59º 0.64% 0.55% -
HSV(B) 14.59º 0.69% 0.84% -
XYZ 33.05 23.84 7.86 -
YUV 130.38 91.11 186.93 -
System Red Green Blue C M Y K H S L
Decimal 213 101 65 0 0.53 0.69 0.16 14.59 0.64 0.55
Hex D5 65 41 0 35 45 10 F 40 37
Octal 325 145 101 0 65 105 20 17 100 67
Binary 11010101 1100101 1000001 0 110101 1000101 10000 1111 1000000 110111

Color Harmonies of #D56541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56541

Black with #D56541

Text Example


Text Example

White with #D56541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56541; }

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

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

background-color css

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

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

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

border-color css

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

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

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