Html Css Color HEX #DA503D Dark Coral

📋 copy color: '#DA503D'

red 218 ◦ green 80 ◦ blue 61

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

Shades of Dark Coral #DA503D

Tints of Dark Coral #DA503D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.28%

 BLUE value IS 61 (24.22% from 255) = 16.99%

R = 60.72%
G = 22.28%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA503D (or 0xDA503D) is known color: Dark Coral. HEX triplet: DA, 50 and 3D. RGB value is (218,80,61). Sum of RGB (Red+Green+Blue) = 218+80+61=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA503D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA503D is #25AFC2. Grayscale: #777777. Windows color (decimal): -2469827 or 4018394. OLE color: 4018394.

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

Color convert

RGB 218 80 61 -
CMYK 0 0.63 0.72 0.15
HSL 7.26º 0.68% 0.55% -
HSV(B) 7.26º 0.72% 0.85% -
XYZ 32.62 20.98 6.74 -
YUV 119.1 95.22 198.54 -
System Red Green Blue C M Y K H S L
Decimal 218 80 61 0 0.63 0.72 0.15 7.26 0.68 0.55
Hex DA 50 3D 0 3F 48 F 7 44 37
Octal 332 120 75 0 77 110 17 7 104 67
Binary 11011010 1010000 111101 0 111111 1001000 1111 111 1000100 110111

Color Harmonies of #DA503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA503D

Black with #DA503D

Text Example


Text Example

White with #DA503D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA503D; }

 p { color: rgb(218,80,61); }

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

background-color css

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

 a { background-color: rgb(218,80,61); }

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

border-color css

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

 span { border-color: rgb(218,80,61); }

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