Html Css Color HEX #DA6040 Dark Coral

📋 copy color: '#DA6040'

red 218 ◦ green 96 ◦ blue 64

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

Shades of Dark Coral #DA6040

Tints of Dark Coral #DA6040

RGB

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

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

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

R = 57.67%
G = 25.4%
B = 16.93%

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

#DA6040 (or 0xDA6040) is known color: Dark Coral. HEX triplet: DA, 60 and 40. RGB value is (218,96,64). Sum of RGB (Red+Green+Blue) = 218+96+64=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6040 is #259FBF. Grayscale: #818181. Windows color (decimal): -2465728 or 4219098. OLE color: 4219098.

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

Color convert

RGB 218 96 64 -
CMYK 0 0.56 0.71 0.15
HSL 12.47º 0.68% 0.55% -
HSV(B) 12.47º 0.71% 0.85% -
XYZ 34.02 23.64 7.62 -
YUV 128.83 91.42 191.6 -
System Red Green Blue C M Y K H S L
Decimal 218 96 64 0 0.56 0.71 0.15 12.47 0.68 0.55
Hex DA 60 40 0 38 47 F C 44 37
Octal 332 140 100 0 70 107 17 14 104 67
Binary 11011010 1100000 1000000 0 111000 1000111 1111 1100 1000100 110111

Color Harmonies of #DA6040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6040

Black with #DA6040

Text Example


Text Example

White with #DA6040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6040; }

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

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

background-color css

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

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

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

border-color css

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

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

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