Html Css Color HEX #DA7240 Sorbus

📋 copy color: '#DA7240'

red 218 ◦ green 114 ◦ blue 64

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

Shades of Sorbus #DA7240

Tints of Sorbus #DA7240

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.79%

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

R = 55.05%
G = 28.79%
B = 16.16%

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

#DA7240 (or 0xDA7240) is known color: Sorbus. HEX triplet: DA, 72 and 40. RGB value is (218,114,64). Sum of RGB (Red+Green+Blue) = 218+114+64=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7240 is #258DBF. Grayscale: #8B8B8B. Windows color (decimal): -2461120 or 4223706. OLE color: 4223706.

HSL color Cylindrical-coordinate representation of color #DA7240: hue angle of 19.48º 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 #DA7240 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 114 64 -
CMYK 0 0.48 0.71 0.15
HSL 19.48º 0.68% 0.55% -
HSV(B) 19.48º 0.71% 0.85% -
XYZ 35.86 27.31 8.23 -
YUV 139.4 85.46 184.07 -
System Red Green Blue C M Y K H S L
Decimal 218 114 64 0 0.48 0.71 0.15 19.48 0.68 0.55
Hex DA 72 40 0 30 47 F 13 44 37
Octal 332 162 100 0 60 107 17 23 104 67
Binary 11011010 1110010 1000000 0 110000 1000111 1111 10011 1000100 110111

Color Harmonies of #DA7240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7240

Black with #DA7240

Text Example


Text Example

White with #DA7240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7240; }

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

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

background-color css

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

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

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

border-color css

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

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

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