Html Css Color HEX #DA613E Sorbus

📋 copy color: '#DA613E'

red 218 ◦ green 97 ◦ blue 62

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

Shades of Sorbus #DA613E

Tints of Sorbus #DA613E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.45%

R = 57.82%
G = 25.73%
B = 16.45%

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

#DA613E (or 0xDA613E) is known color: Sorbus. HEX triplet: DA, 61 and 3E. RGB value is (218,97,62). Sum of RGB (Red+Green+Blue) = 218+97+62=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 62 (24.61% from 255 or 16.45% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA613E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA613E is #259EC1. Grayscale: #818181. Windows color (decimal): -2465474 or 4088282. OLE color: 4088282.

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

Color convert

RGB 218 97 62 -
CMYK 0 0.56 0.72 0.15
HSL 13.46º 0.68% 0.55% -
HSV(B) 13.46º 0.72% 0.85% -
XYZ 34.06 23.8 7.36 -
YUV 129.19 90.09 191.35 -
System Red Green Blue C M Y K H S L
Decimal 218 97 62 0 0.56 0.72 0.15 13.46 0.68 0.55
Hex DA 61 3E 0 38 48 F D 44 37
Octal 332 141 76 0 70 110 17 15 104 67
Binary 11011010 1100001 111110 0 111000 1001000 1111 1101 1000100 110111

Color Harmonies of #DA613E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA613E

Black with #DA613E

Text Example


Text Example

White with #DA613E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA613E; }

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

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

background-color css

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

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

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

border-color css

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

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

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