Html Css Color HEX #D57040 Sorbus

📋 copy color: '#D57040'

red 213 ◦ green 112 ◦ blue 64

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

Shades of Sorbus #D57040

Tints of Sorbus #D57040

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.79%

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

R = 54.76%
G = 28.79%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D57040 (or 0xD57040) is known color: Sorbus. HEX triplet: D5, 70 and 40. RGB value is (213,112,64). Sum of RGB (Red+Green+Blue) = 213+112+64=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D57040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57040 is #2A8FBF. Grayscale: #898989. Windows color (decimal): -2789312 or 4223189. OLE color: 4223189.

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

Color convert

RGB 213 112 64 -
CMYK 0 0.47 0.70 0.16
HSL 19.33º 0.64% 0.54% -
HSV(B) 19.33º 0.7% 0.84% -
XYZ 34.16 26.1 8.09 -
YUV 136.73 86.96 182.4 -
System Red Green Blue C M Y K H S L
Decimal 213 112 64 0 0.47 0.70 0.16 19.33 0.64 0.54
Hex D5 70 40 0 2F 46 10 13 40 36
Octal 325 160 100 0 57 106 20 23 100 66
Binary 11010101 1110000 1000000 0 101111 1000110 10000 10011 1000000 110110

Color Harmonies of #D57040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57040

Black with #D57040

Text Example


Text Example

White with #D57040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57040; }

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

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

background-color css

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

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

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

border-color css

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

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

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