Html Css Color HEX #DA6540 Sorbus

📋 copy color: '#DA6540'

red 218 ◦ green 101 ◦ blue 64

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

Shades of Sorbus #DA6540

Tints of Sorbus #DA6540

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.37%

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

R = 56.92%
G = 26.37%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA6540 (or 0xDA6540) is known color: Sorbus. HEX triplet: DA, 65 and 40. RGB value is (218,101,64). Sum of RGB (Red+Green+Blue) = 218+101+64=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6540 is #259ABF. Grayscale: #848484. Windows color (decimal): -2464448 or 4220378. OLE color: 4220378.

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

Color convert

RGB 218 101 64 -
CMYK 0 0.54 0.71 0.15
HSL 14.42º 0.68% 0.55% -
HSV(B) 14.42º 0.71% 0.85% -
XYZ 34.49 24.58 7.78 -
YUV 131.77 89.76 189.51 -
System Red Green Blue C M Y K H S L
Decimal 218 101 64 0 0.54 0.71 0.15 14.42 0.68 0.55
Hex DA 65 40 0 36 47 F E 44 37
Octal 332 145 100 0 66 107 17 16 104 67
Binary 11011010 1100101 1000000 0 110110 1000111 1111 1110 1000100 110111

Color Harmonies of #DA6540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6540

Black with #DA6540

Text Example


Text Example

White with #DA6540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6540; }

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

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

background-color css

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

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

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

border-color css

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

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

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