Html Css Color HEX #D9503E Dark Coral

📋 copy color: '#D9503E'

red 217 ◦ green 80 ◦ blue 62

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

Shades of Dark Coral #D9503E

Tints of Dark Coral #D9503E

RGB

 RED value IS 217 (85.16% from 255) = 60.45%

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

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

R = 60.45%
G = 22.28%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D9503E (or 0xD9503E) is known color: Dark Coral. HEX triplet: D9, 50 and 3E. RGB value is (217,80,62). Sum of RGB (Red+Green+Blue) = 217+80+62=359 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.45% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 62 (24.61% from 255 or 17.27% from 359); Max value from RGB is 217 - color contains mainly: red. Hex color #D9503E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9503E is #26AFC1. Grayscale: #777777. Windows color (decimal): -2535362 or 4083929. OLE color: 4083929.

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

Color convert

RGB 217 80 62 -
CMYK 0 0.63 0.71 0.15
HSL 6.97º 0.67% 0.55% -
HSV(B) 6.97º 0.71% 0.85% -
XYZ 32.35 20.84 6.87 -
YUV 118.91 95.89 197.96 -
System Red Green Blue C M Y K H S L
Decimal 217 80 62 0 0.63 0.71 0.15 6.97 0.67 0.55
Hex D9 50 3E 0 3F 47 F 7 43 37
Octal 331 120 76 0 77 107 17 7 103 67
Binary 11011001 1010000 111110 0 111111 1000111 1111 111 1000011 110111

Color Harmonies of #D9503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9503E

Black with #D9503E

Text Example


Text Example

White with #D9503E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9503E; }

 p { color: rgb(217,80,62); }

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

background-color css

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

 a { background-color: rgb(217,80,62); }

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

border-color css

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

 span { border-color: rgb(217,80,62); }

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