Html Css Color HEX #D6503E Dark Coral

📋 copy color: '#D6503E'

red 214 ◦ green 80 ◦ blue 62

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

Shades of Dark Coral #D6503E

Tints of Dark Coral #D6503E

RGB

 RED value IS 214 (83.98% from 255) = 60.11%

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

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

R = 60.11%
G = 22.47%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6503E (or 0xD6503E) is known color: Dark Coral. HEX triplet: D6, 50 and 3E. RGB value is (214,80,62). Sum of RGB (Red+Green+Blue) = 214+80+62=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D6503E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6503E is #29AFC1. Grayscale: #767676. Windows color (decimal): -2731970 or 4083926. OLE color: 4083926.

HSL color Cylindrical-coordinate representation of color #D6503E: hue angle of 7.11º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6503E is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 80 62 -
CMYK 0 0.63 0.71 0.16
HSL 7.11º 0.65% 0.54% -
HSV(B) 7.11º 0.71% 0.84% -
XYZ 31.47 20.38 6.83 -
YUV 118.01 96.39 196.46 -
System Red Green Blue C M Y K H S L
Decimal 214 80 62 0 0.63 0.71 0.16 7.11 0.65 0.54
Hex D6 50 3E 0 3F 47 10 7 41 36
Octal 326 120 76 0 77 107 20 7 101 66
Binary 11010110 1010000 111110 0 111111 1000111 10000 111 1000001 110110

Color Harmonies of #D6503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6503E

Black with #D6503E

Text Example


Text Example

White with #D6503E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6503E; }

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

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

background-color css

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

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

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

border-color css

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

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

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