Html Css Color HEX #DA613C Sorbus

📋 copy color: '#DA613C'

red 218 ◦ green 97 ◦ blue 60

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

Shades of Sorbus #DA613C

Tints of Sorbus #DA613C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16%

R = 58.13%
G = 25.87%
B = 16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA613C (or 0xDA613C) is known color: Sorbus. HEX triplet: DA, 61 and 3C. RGB value is (218,97,60). Sum of RGB (Red+Green+Blue) = 218+97+60=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA613C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA613C is #259EC3. Grayscale: #818181. Windows color (decimal): -2465476 or 3957210. OLE color: 3957210.

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

Color convert

RGB 218 97 60 -
CMYK 0 0.56 0.72 0.15
HSL 14.05º 0.68% 0.55% -
HSV(B) 14.05º 0.72% 0.85% -
XYZ 34 23.78 7.07 -
YUV 128.96 89.09 191.51 -
System Red Green Blue C M Y K H S L
Decimal 218 97 60 0 0.56 0.72 0.15 14.05 0.68 0.55
Hex DA 61 3C 0 38 48 F E 44 37
Octal 332 141 74 0 70 110 17 16 104 67
Binary 11011010 1100001 111100 0 111000 1001000 1111 1110 1000100 110111

Color Harmonies of #DA613C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA613C

Black with #DA613C

Text Example


Text Example

White with #DA613C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA613C; }

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

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

background-color css

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

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

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

border-color css

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

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

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