Html Css Color HEX #DA7140 Sorbus

📋 copy color: '#DA7140'

red 218 ◦ green 113 ◦ blue 64

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

Shades of Sorbus #DA7140

Tints of Sorbus #DA7140

RGB

 RED value IS 218 (85.55% from 255) = 55.19%

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

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

R = 55.19%
G = 28.61%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA7140 (or 0xDA7140) is known color: Sorbus. HEX triplet: DA, 71 and 40. RGB value is (218,113,64). Sum of RGB (Red+Green+Blue) = 218+113+64=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7140 is #258EBF. Grayscale: #8B8B8B. Windows color (decimal): -2461376 or 4223450. OLE color: 4223450.

HSL color Cylindrical-coordinate representation of color #DA7140: hue angle of 19.09º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA7140 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 113 64 -
CMYK 0 0.48 0.71 0.15
HSL 19.09º 0.68% 0.55% -
HSV(B) 19.09º 0.71% 0.85% -
XYZ 35.74 27.09 8.19 -
YUV 138.81 85.79 184.48 -
System Red Green Blue C M Y K H S L
Decimal 218 113 64 0 0.48 0.71 0.15 19.09 0.68 0.55
Hex DA 71 40 0 30 47 F 13 44 37
Octal 332 161 100 0 60 107 17 23 104 67
Binary 11011010 1110001 1000000 0 110000 1000111 1111 10011 1000100 110111

Color Harmonies of #DA7140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7140

Black with #DA7140

Text Example


Text Example

White with #DA7140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7140; }

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

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

background-color css

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

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

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

border-color css

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

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

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