Html Css Color HEX #DA6140 Sorbus

📋 copy color: '#DA6140'

red 218 ◦ green 97 ◦ blue 64

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

Shades of Sorbus #DA6140

Tints of Sorbus #DA6140

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.59%

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

R = 57.52%
G = 25.59%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA6140 (or 0xDA6140) is known color: Sorbus. HEX triplet: DA, 61 and 40. RGB value is (218,97,64). Sum of RGB (Red+Green+Blue) = 218+97+64=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6140 is #259EBF. Grayscale: #818181. Windows color (decimal): -2465472 or 4219354. OLE color: 4219354.

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

Color convert

RGB 218 97 64 -
CMYK 0 0.56 0.71 0.15
HSL 12.86º 0.68% 0.55% -
HSV(B) 12.86º 0.71% 0.85% -
XYZ 34.11 23.82 7.65 -
YUV 129.42 91.09 191.18 -
System Red Green Blue C M Y K H S L
Decimal 218 97 64 0 0.56 0.71 0.15 12.86 0.68 0.55
Hex DA 61 40 0 38 47 F D 44 37
Octal 332 141 100 0 70 107 17 15 104 67
Binary 11011010 1100001 1000000 0 111000 1000111 1111 1101 1000100 110111

Color Harmonies of #DA6140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6140

Black with #DA6140

Text Example


Text Example

White with #DA6140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6140; }

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

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

background-color css

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

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

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

border-color css

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

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

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