Html Css Color HEX #D56842 Sorbus

📋 copy color: '#D56842'

red 213 ◦ green 104 ◦ blue 66

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

Shades of Sorbus #D56842

Tints of Sorbus #D56842

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.15%

 BLUE value IS 66 (26.17% from 255) = 17.23%

R = 55.61%
G = 27.15%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D56842 (or 0xD56842) is known color: Sorbus. HEX triplet: D5, 68 and 42. RGB value is (213,104,66). Sum of RGB (Red+Green+Blue) = 213+104+66=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D56842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56842 is #2A97BD. Grayscale: #848484. Windows color (decimal): -2791358 or 4352213. OLE color: 4352213.

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

Color convert

RGB 213 104 66 -
CMYK 0 0.51 0.69 0.16
HSL 15.51º 0.64% 0.55% -
HSV(B) 15.51º 0.69% 0.84% -
XYZ 33.37 24.44 8.11 -
YUV 132.26 90.61 185.59 -
System Red Green Blue C M Y K H S L
Decimal 213 104 66 0 0.51 0.69 0.16 15.51 0.64 0.55
Hex D5 68 42 0 33 45 10 10 40 37
Octal 325 150 102 0 63 105 20 20 100 67
Binary 11010101 1101000 1000010 0 110011 1000101 10000 10000 1000000 110111

Color Harmonies of #D56842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56842

Black with #D56842

Text Example


Text Example

White with #D56842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56842; }

 p { color: rgb(213,104,66); }

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

background-color css

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

 a { background-color: rgb(213,104,66); }

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

border-color css

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

 span { border-color: rgb(213,104,66); }

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