Html Css Color HEX #D47140 Sorbus

📋 copy color: '#D47140'

red 212 ◦ green 113 ◦ blue 64

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

Shades of Sorbus #D47140

Tints of Sorbus #D47140

RGB

 RED value IS 212 (83.2% from 255) = 54.5%

 GREEN value IS 113 (44.53% from 255) = 29.05%

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

R = 54.5%
G = 29.05%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D47140 (or 0xD47140) is known color: Sorbus. HEX triplet: D4, 71 and 40. RGB value is (212,113,64). Sum of RGB (Red+Green+Blue) = 212+113+64=389 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.50% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 212 - color contains mainly: red. Hex color #D47140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47140 is #2B8EBF. Grayscale: #898989. Windows color (decimal): -2854592 or 4223444. OLE color: 4223444.

HSL color Cylindrical-coordinate representation of color #D47140: hue angle of 19.86º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D47140 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 113 64 -
CMYK 0 0.47 0.70 0.17
HSL 19.86º 0.63% 0.54% -
HSV(B) 19.86º 0.7% 0.83% -
XYZ 33.98 26.18 8.11 -
YUV 137.02 86.8 181.48 -
System Red Green Blue C M Y K H S L
Decimal 212 113 64 0 0.47 0.70 0.17 19.86 0.63 0.54
Hex D4 71 40 0 2F 46 11 14 3F 36
Octal 324 161 100 0 57 106 21 24 77 66
Binary 11010100 1110001 1000000 0 101111 1000110 10001 10100 111111 110110

Color Harmonies of #D47140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47140

Black with #D47140

Text Example


Text Example

White with #D47140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47140; }

 p { color: rgb(212,113,64); }

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

background-color css

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

 a { background-color: rgb(212,113,64); }

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

border-color css

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

 span { border-color: rgb(212,113,64); }

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