Html Css Color HEX #D8503C Dark Coral

📋 copy color: '#D8503C'

red 216 ◦ green 80 ◦ blue 60

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

Shades of Dark Coral #D8503C

Tints of Dark Coral #D8503C

RGB

 RED value IS 216 (84.77% from 255) = 60.67%

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

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

R = 60.67%
G = 22.47%
B = 16.85%

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

#D8503C (or 0xD8503C) is known color: Dark Coral. HEX triplet: D8, 50 and 3C. RGB value is (216,80,60). Sum of RGB (Red+Green+Blue) = 216+80+60=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D8503C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8503C is #27AFC3. Grayscale: #767676. Windows color (decimal): -2600900 or 3952856. OLE color: 3952856.

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

Color convert

RGB 216 80 60 -
CMYK 0 0.63 0.72 0.15
HSL 7.69º 0.67% 0.54% -
HSV(B) 7.69º 0.72% 0.85% -
XYZ 32 20.66 6.58 -
YUV 118.38 95.06 197.63 -
System Red Green Blue C M Y K H S L
Decimal 216 80 60 0 0.63 0.72 0.15 7.69 0.67 0.54
Hex D8 50 3C 0 3F 48 F 8 43 36
Octal 330 120 74 0 77 110 17 10 103 66
Binary 11011000 1010000 111100 0 111111 1001000 1111 1000 1000011 110110

Color Harmonies of #D8503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8503C

Black with #D8503C

Text Example


Text Example

White with #D8503C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8503C; }

 p { color: rgb(216,80,60); }

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

background-color css

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

 a { background-color: rgb(216,80,60); }

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

border-color css

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

 span { border-color: rgb(216,80,60); }

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