Html Css Color HEX #DA603F Sorbus

📋 copy color: '#DA603F'

red 218 ◦ green 96 ◦ blue 63

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

Shades of Sorbus #DA603F

Tints of Sorbus #DA603F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.46%

 BLUE value IS 63 (25% from 255) = 16.71%

R = 57.82%
G = 25.46%
B = 16.71%

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

#DA603F (or 0xDA603F) is known color: Sorbus. HEX triplet: DA, 60 and 3F. RGB value is (218,96,63). Sum of RGB (Red+Green+Blue) = 218+96+63=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA603F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA603F is #259FC0. Grayscale: #808080. Windows color (decimal): -2465729 or 4153562. OLE color: 4153562.

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

Color convert

RGB 218 96 63 -
CMYK 0 0.56 0.71 0.15
HSL 12.77º 0.68% 0.55% -
HSV(B) 12.77º 0.71% 0.85% -
XYZ 33.99 23.63 7.47 -
YUV 128.72 90.92 191.68 -
System Red Green Blue C M Y K H S L
Decimal 218 96 63 0 0.56 0.71 0.15 12.77 0.68 0.55
Hex DA 60 3F 0 38 47 F D 44 37
Octal 332 140 77 0 70 107 17 15 104 67
Binary 11011010 1100000 111111 0 111000 1000111 1111 1101 1000100 110111

Color Harmonies of #DA603F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA603F

Black with #DA603F

Text Example


Text Example

White with #DA603F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA603F; }

 p { color: rgb(218,96,63); }

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

background-color css

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

 a { background-color: rgb(218,96,63); }

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

border-color css

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

 span { border-color: rgb(218,96,63); }

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